Autocompletion of sys:hidden tags not working

Issue #1609 open
Daniel Zoller created an issue

The autocompletion of sys:hidden tags is not working on edit post pages

tag a post with sys:hidden:abcdef and try to autocomplete with sys:hidden.

Comments (7)

  1. Daniel Zoller reporter

    I think it's a bug because the tag autocompletion is based on the tags of the current user and if a user has tagged a resource with a sys:hidden:* maybe he wants to tag another resource with it (-> suggest this tag in autocompletion). Personally i would love autocompletion of sys:hidden tags.

  2. Daniel Zoller reporter

    one solution is to return even hidden tags if the current user requests his own tags (see TagDatabaseManager) and adapt the view to not show hidden system tags

  3. Log in to comment