Skip to content
Snippets Groups Projects

Draft: Add new group form to organizations

15 files
+ 460
13
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -31,6 +31,11 @@ export function getGroups(query, options, callback = () => {}, axiosOptions = {}
@@ -31,6 +31,11 @@ export function getGroups(query, options, callback = () => {}, axiosOptions = {}
return axiosGet(url, query, options, callback, axiosOptions);
return axiosGet(url, query, options, callback, axiosOptions);
}
}
 
export function createGroup(data) {
 
const url = buildApiUrl(GROUPS_PATH);
 
return axios.post(url, data);
 
}
 
export function getDescendentGroups(
export function getDescendentGroups(
parentGroupId,
parentGroupId,
query,
query,
Loading