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
as admin, check select * from oc_tables_favorites where user_id = 'User_A';
Expected behavior
No results
Actual behavior
Rows are returned.
Tables app version
main
Browser
No response
Client operating system
No response
Operating system
No response
Web server
None
PHP engine version
None
Database
None
Additional info
We have a UserDeleted listener that deletes table data, but not favorite data. Contexts could be a thing, but tricky when shared. Shares can also be a thing. And navigation settings of contexts.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
select * from oc_tables_favorites where user_id = 'User_A';
Expected behavior
No results
Actual behavior
Rows are returned.
Tables app version
main
Browser
No response
Client operating system
No response
Operating system
No response
Web server
None
PHP engine version
None
Database
None
Additional info
We have a UserDeleted listener that deletes table data, but not favorite data. Contexts could be a thing, but tricky when shared. Shares can also be a thing. And navigation settings of contexts.
The text was updated successfully, but these errors were encountered: