From 2df1b850737c6ab90cbeead4bced9b09d8f3fa4d Mon Sep 17 00:00:00 2001 From: Greg Hecquet Date: Wed, 9 Mar 2016 13:27:02 +0100 Subject: [PATCH] Loading on load --- core/src/plugins/access.inbox/.gitignore | 1 + .../access.inbox/res/react/model/ShareNotificationList.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 core/src/plugins/access.inbox/.gitignore diff --git a/core/src/plugins/access.inbox/.gitignore b/core/src/plugins/access.inbox/.gitignore new file mode 100644 index 0000000000..4ccebd416c --- /dev/null +++ b/core/src/plugins/access.inbox/.gitignore @@ -0,0 +1 @@ +res/build/* diff --git a/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js b/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js index f3ea8fa37f..de45e0ed51 100644 --- a/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js +++ b/core/src/plugins/access.inbox/res/react/model/ShareNotificationList.js @@ -14,7 +14,7 @@ this._pydio = pydio; this.options = options || {}; - //this.load(); + this.load(); this._pydio.observe("repository_list_refreshed", function() { this.load();