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
During testing my app I see the following behaviour (on sqlite database):
I can create the tags projects/ABC and projects/AB without problems. The resulting tags
in the database are: ['projects', 'projects/AB', 'projects/ABC'].
Then, if I try to create the tag projects/A (only a single character label A), the library
tries to generate projects which is already there:
I'm using tagulous version 0.14.1 and the following tag model (inside an app called "manager"):
During testing my app I see the following behaviour (on sqlite database):
I can create the tags
projects/ABC
andprojects/AB
without problems. The resulting tagsin the database are:
['projects', 'projects/AB', 'projects/ABC']
.Then, if I try to create the tag
projects/A
(only a single character labelA
), the librarytries to generate
projects
which is already there:Or, when starting fresh without any tags, the statement
only creates the tag
projects
(withoutA
). Is this expected behaviour?I would expect that
projects/A
is a tag likeprojects/ABC
.The text was updated successfully, but these errors were encountered: