emilsoftware-utilities 1.3.108 → 1.3.109

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.
@@ -267,7 +267,7 @@ let PermissionService = class PermissionService {
267
267
  RM.CODMNU AS codice_menu,
268
268
  RM.TIPABI AS tipo_abilitazione,
269
269
  M.DESMNU AS descrizione_menu
270
- FROM RUOLI_UTENTI RU
270
+ FROM UTENTI_RUOLI RU
271
271
  INNER JOIN RUOLI R ON RU.CODRUL = R.CODRUL
272
272
  INNER JOIN RUOLI_MENU RM ON R.CODRUL = RM.CODRUL
273
273
  INNER JOIN MENU M ON RM.CODMNU = M.CODMNU
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.3.108",
3
+ "version": "1.3.109",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",