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
This seems prevent the global category icon from displaying for other users.
Problem seems to be that edit_entry_handler on line 715 assigns the user login to cat_owner even if the category is global. Maybe due to taking the absolute value of the category id a few lines earlier.
The text was updated successfully, but these errors were encountered:
This seems prevent the global category icon from displaying for other users.
Problem seems to be that edit_entry_handler on line 715 assigns the user login to cat_owner even if the category is global. Maybe due to taking the absolute value of the category id a few lines earlier.
The text was updated successfully, but these errors were encountered: