mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4370 - Field content overlapping on rest of the UI (Backoffice) - 2
This commit is contained in:
@@ -134,7 +134,7 @@ function ExtKeyWidget(id, sTargetClass, sFilter, sTitle, bSelectMode, oWizHelper
|
||||
} else {
|
||||
val = item.label;
|
||||
}
|
||||
return $("<div>").append(val);
|
||||
return $("<div title ='"+item.label+"'>").append(val);
|
||||
},
|
||||
option: function(item) {
|
||||
val = '';
|
||||
|
||||
Reference in New Issue
Block a user