|
@ -36,7 +36,7 @@ fields.FieldBinaryFile.include({ |
|
|
}).done(function(result) { |
|
|
}).done(function(result) { |
|
|
this.max_upload_size = result.max_upload_size * 1024 * 1024; |
|
|
this.max_upload_size = result.max_upload_size * 1024 * 1024; |
|
|
}.bind(this)); |
|
|
}.bind(this)); |
|
|
return $.when(this._super.apply(this, arguments), def); |
|
|
|
|
|
|
|
|
return this._super.apply(this, arguments); |
|
|
}, |
|
|
}, |
|
|
_renderReadonly: function () { |
|
|
_renderReadonly: function () { |
|
|
this._super.apply(this, arguments); |
|
|
this._super.apply(this, arguments); |
|
|