Created user-modal.js, code refactoring

Conflicts:

	UI/Common/UIxAclEditor.m
	UI/Common/UIxUserRightsEditor.m
	UI/Common/product.plist
	UI/Contacts/UIxContactsUserRightsEditor.m
	UI/Templates/ContactsUI/UIxContactFoldersView.wox
	UI/WebServerResources/js/Common/resource.js
	UI/WebServerResources/js/ContactsUI.js
This commit is contained in:
Alexandre Cloutier
2015-06-11 15:38:10 -04:00
committed by Francis Lachapelle
parent f3c26671af
commit 9113ca54f7
11 changed files with 338 additions and 139 deletions
@@ -19,10 +19,10 @@
* Public method, assigned to prototype
*/
User.prototype.$filter = function(search) {
// return a collections of users for a filter
// return a collections of users for a filter
var param = {search: search};
return User.$$resource.fetch(null, "usersSearch", param).then(function(results) {
return User.$$resource.fetch(null, "usersSearch", param).then(function(results) {
return results;
})
};
})();
})();