mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
array field cursor
This commit is contained in:
@@ -181,7 +181,7 @@ Espo.define('Views.Fields.Array', 'Views.Fields.Enum', function (Dep) {
|
||||
if (this.translatedOptions) {
|
||||
label = ((value in this.translatedOptions) ? this.translatedOptions [value]: value);
|
||||
}
|
||||
var html = '<div class="list-group-item" data-value="' + value + '">' + label +
|
||||
var html = '<div class="list-group-item" data-value="' + value + '" style="cursor: default;">' + label +
|
||||
' <a href="javascript:" class="pull-right" data-value="' + value + '" data-action="removeValue"><span class="glyphicon glyphicon-remove"></a>' +
|
||||
'</div>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user