iachat/app/javascript/dashboard/routes
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
..
dashboard feat: Rewrite configMixin to a composable (#9921) 2024-08-14 12:56:30 +05:30
index.js chore: Move frontend authorization to permission based system (#9709) 2024-07-03 15:13:16 -07:00
index.spec.js fix: Remove user.permissions, resolve it from accounts (#9990) 2024-08-21 11:36:26 +05:30