You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix/fix invalid user service (#410)
* Use FetchUser action instead of service
* Reorder imports
* Use GetCandy helper to fetch user class
* Put user service back in
* Revert action call
* Bind user service to container
* Styleci fix
Assetable detach bug fix
The assetable_type was not being considered on delete queries, causing it to delete assetables which were associated to other model types.