Nameless
Nameless copied to clipboard
Keep inaccessible labels in a topic when editing them as a unauthorized user
Currently when the user doesn't have access to any labels, existing ones get removed when they edit and re-submit their topic. With this, it checks if the topic has any existing labels that the user doesn't have access to. If this is the case, those inaccessible labels get added to the new labels array as the user cannot edit them.
Should fix #2999