iachat/app/javascript/dashboard
Pranav 77b718c22c
fix: Remove user.permissions, resolve it from accounts (#9990)
Remove the `user.permissions` field and resolve the permissions directly
from the accounts array in the user. This change ensures that the cache
or previous values from the last active account don't affect the
permissions.

In this PR: 
- Remove user.permissions usage, replace it with getUserPermissions
method.
- Remove json.permissions from user.json.jbuilder
2024-08-21 11:36:26 +05:30
..
api feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00
assets feat: Update the design for dashboard_apps (#9840) 2024-07-25 16:26:00 -07:00
components fix: Remove user.permissions, resolve it from accounts (#9990) 2024-08-21 11:36:26 +05:30
composables feat: Rewrite configMixin to a composable (#9921) 2024-08-14 12:56:30 +05:30
constants feat: Better SLA missed events popover (#9215) 2024-04-10 12:49:38 +05:30
helper fix: Remove user.permissions, resolve it from accounts (#9990) 2024-08-21 11:36:26 +05:30
i18n chore: Update translations (#9976) 2024-08-20 20:13:09 +05:30
mixins feat: Rewrite conversations mixin to a helper (#9931) 2024-08-13 15:15:04 +05:30
modules feat: Replace the use of keyboardEventListener mixin to a composable (Part -3) (#9897) 2024-08-08 12:40:56 +05:30
routes fix: Remove user.permissions, resolve it from accounts (#9990) 2024-08-21 11:36:26 +05:30
store feat: Replace rtlMixin to a composable (#9924) 2024-08-12 15:50:21 +05:30
App.vue feat: Replace rtlMixin to a composable (#9924) 2024-08-12 15:50:21 +05:30
featureFlags.js feat: Generate SSO URL in Chatwoot, move Captain to primary tab (#9871) 2024-08-01 19:22:34 -07:00