no auto-fetch in model
This commit is contained in:
parent
fdb95613e9
commit
f2fb20ed1c
2 changed files with 1 additions and 1 deletions
|
@ -404,6 +404,7 @@ OC.Share = _.extend(OC.Share, {
|
|||
$dialog.slideDown(OC.menuSpeed, function() {
|
||||
OC.Share.droppedDown = true;
|
||||
});
|
||||
itemModel.fetch();
|
||||
return;
|
||||
|
||||
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
if(!_.isUndefined(options.configModel)) {
|
||||
this.configModel = options.configModel;
|
||||
}
|
||||
this.fetch();
|
||||
},
|
||||
|
||||
defaults: {
|
||||
|
|
Loading…
Reference in a new issue