emilsoftware-utilities 1.4.0-dev.13 → 1.4.0-dev.14

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.
@@ -346,6 +346,7 @@ let UserService = class UserService {
346
346
  if (!!user.permissions && user.permissions.length > 0) {
347
347
  yield this.permissionService.assignPermissionsToUser(codiceUtente, user.permissions);
348
348
  }
349
+ yield this.insertUserFilters(codiceUtente, user);
349
350
  }
350
351
  catch (error) {
351
352
  throw error;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.4.0-dev.13",
3
+ "version": "1.4.0-dev.14",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",