mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
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.fieldName = this.options.id;
|
||||
this.createInputWidget();
|
||||
this.set_readonly(this.options.readonly);
|
||||
},
|
||||
|
||||
destroy: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user