mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Added icon_select widget
SVN:trunk[2056]
This commit is contained in:
@@ -103,7 +103,13 @@ $(function()
|
||||
if (this.options.do_apply)
|
||||
{
|
||||
// specific behavior...
|
||||
this.options.do_apply();
|
||||
if (this.options.do_apply())
|
||||
{
|
||||
this.bModified = false;
|
||||
this.previous_value = this.value;
|
||||
this.value = this._get_field_value();
|
||||
this._refresh();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user