Fetch permissions with no limit

Fixes #857
This commit is contained in:
rijkvanzanten
2020-11-03 17:54:54 -05:00
parent e5d70ebde2
commit 509fb0bc0b

View File

@@ -136,7 +136,7 @@ export default defineComponent({
loading.value = true;
try {
const params: any = { filter: { role: {} } };
const params: any = { filter: { role: {} }, limit: -1 };
if (props.role === null) {
params.filter.role = { _null: true };