no auto-fetch in model

This commit is contained in:
Arthur Schiwon 2015-08-24 23:27:43 +02:00 committed by Vincent Petry
parent fdb95613e9
commit f2fb20ed1c
2 changed files with 1 additions and 1 deletions

View file

@ -404,6 +404,7 @@ OC.Share = _.extend(OC.Share, {
$dialog.slideDown(OC.menuSpeed, function() {
OC.Share.droppedDown = true;
});
itemModel.fetch();
return;

View file

@ -57,7 +57,6 @@
if(!_.isUndefined(options.configModel)) {
this.configModel = options.configModel;
}
this.fetch();
},
defaults: {