nuxeo-development-framework 5.7.5 → 5.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/nuxeo-development-framework.umd.js +3 -0
- package/bundles/nuxeo-development-framework.umd.js.map +1 -1
- package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +4 -1
- package/fesm2015/nuxeo-development-framework.js +3 -0
- package/fesm2015/nuxeo-development-framework.js.map +1 -1
- package/package.json +1 -1
|
@@ -12416,6 +12416,9 @@
|
|
|
12416
12416
|
});
|
|
12417
12417
|
}
|
|
12418
12418
|
}
|
|
12419
|
+
else {
|
|
12420
|
+
this.loading = false;
|
|
12421
|
+
}
|
|
12419
12422
|
};
|
|
12420
12423
|
DynamicFormSelectUsersComponent.prototype.getAllUsers = function (page) {
|
|
12421
12424
|
if (page === void 0) { page = 0; }
|