Lines Matching refs:dispatch
108 async saveLdapSettings({ state, dispatch }, properties) {
118 .then(() => dispatch('getAccountSettings'))
127 async saveActiveDirectorySettings({ state, dispatch }, properties) {
137 .then(() => dispatch('getAccountSettings'))
149 { dispatch }, field in LdapStore.actions.AnonymousClassb567187a0901
180 return await dispatch('saveActiveDirectorySettings', data);
182 return await dispatch('saveLdapSettings', data);
186 { dispatch, getters }, field in LdapStore.actions.AnonymousClassb567187a0b01
206 .then(() => dispatch('getAccountSettings'))
217 async saveRoleGroup({ dispatch, getters }, { groupName, groupPrivilege }) { field in LdapStore.actions.AnonymousClassb567187a0f01
238 .then(() => dispatch('getAccountSettings'))
247 async deleteRoleGroup({ dispatch, getters }, { roleGroups = [] }) { field in LdapStore.actions.AnonymousClassb567187a1201
265 .then(() => dispatch('getAccountSettings'))