mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:36:46 +00:00
Update CreateGroupController.js
This commit is contained in:
parent
3f89908bfa
commit
ba3e411fdd
@ -118,7 +118,7 @@
|
||||
scope.changeOffice = function (officeId) {
|
||||
scope.addedClients = [];
|
||||
scope.clientData.available = [];
|
||||
resourceFactory.groupTemplateResource.get({staffInSelectedOfficeOnly: false, officeId: officeId,staffInSelectedOfficeOnly:true
|
||||
resourceFactory.groupTemplateResource.get({officeId: officeId,staffInSelectedOfficeOnly:true
|
||||
}, function (data) {
|
||||
scope.staffs = data.staffOptions;
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user