From 4a86db338dd19ccada313d22449976b44ad74631 Mon Sep 17 00:00:00 2001 From: "marco.nassabain@etu.unistra.fr" Date: Tue, 12 Jan 2021 23:03:53 +0100 Subject: =?UTF-8?q?=F0=9F=8E=A8=20rename=20UserResource=20to=20ShareResour?= =?UTF-8?q?ce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- js/controller/ContentController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/controller/ContentController.js') diff --git a/js/controller/ContentController.js b/js/controller/ContentController.js index f4a6981b1..1d043945a 100644 --- a/js/controller/ContentController.js +++ b/js/controller/ContentController.js @@ -7,7 +7,7 @@ * @author Bernhard Posselt * @copyright Bernhard Posselt 2014 */ -app.controller('ContentController', function (Publisher, FeedResource, ItemResource, SettingsResource, UserResource, +app.controller('ContentController', function (Publisher, FeedResource, ItemResource, SettingsResource, ShareResource, data, $route, $routeParams, $location, FEED_TYPE, ITEM_AUTO_PAGE_SIZE, Loading, $filter) { 'use strict'; @@ -233,7 +233,7 @@ app.controller('ContentController', function (Publisher, FeedResource, ItemResou } // TODO: bug - requetes retardataires (regarder issues git) - var response = UserResource.getUsers(search); + var response = ShareResource.getUsers(search); response.then((response) => { this.userList = response.ocs.data.users; }); -- cgit v1.2.3