forked from extern/egroupware
Fix file widget readonly is being set correctly
This commit is contained in:
parent
052bef84ce
commit
7922f41499
@ -159,6 +159,7 @@ var et2_file = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
},this.asyncOptions);
|
},this.asyncOptions);
|
||||||
this.asyncOptions.fieldName = this.options.id;
|
this.asyncOptions.fieldName = this.options.id;
|
||||||
this.createInputWidget();
|
this.createInputWidget();
|
||||||
|
this.set_readonly(this.options.readonly);
|
||||||
},
|
},
|
||||||
|
|
||||||
destroy: function() {
|
destroy: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user