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
When adding a new vocabulary, and selecting add tag, the tag list is empty. Having a look at the code, in the Controller Vocabulary.js, at 4 places, the name "listTags" is used, but it is never defined nor created somewhere else. As a result, when iterating on the "listTags" in the view, it is empty.
The text was updated successfully, but these errors were encountered:
I added some files to populate the database (and updated the readme). You should be able to populate all the languages and a list of tags (you can of course update them).
At the moment the edition does not enable to modify the languages neither the tags. Any help welocmed!
When adding a new vocabulary, and selecting add tag, the tag list is empty. Having a look at the code, in the Controller Vocabulary.js, at 4 places, the name "listTags" is used, but it is never defined nor created somewhere else. As a result, when iterating on the "listTags" in the view, it is empty.
The text was updated successfully, but these errors were encountered: