We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metka Version: Latest
I saved a model with two tags in the same array.
model.tags = ["github", "github"]
Upon saving, model.tags would contain just one item github.
model.tags
github
model.tags contained github twice.
I'm not sure if this the expected behavior or not. Opening an issue to discuss if metka should do this or the user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Metka Version: Latest
What did you do?
I saved a model with two tags in the same array.
model.tags = ["github", "github"]
What did you expect to happen?
Upon saving,
model.tags
would contain just one itemgithub
.What actually happened?
model.tags
containedgithub
twice.I'm not sure if this the expected behavior or not. Opening an issue to discuss if metka should do this or the user.
The text was updated successfully, but these errors were encountered: