orb
orb copied to clipboard
All pages: Creation of empty tags is enabled
It is possible to create tags just with spaces " ":" ". Tags should have a regex (it's not good practice to allow the user to put whatever they want.)
This behavior is occurring on sinks as well
I believe this shouldn't happen after PR#550 @iatdaitan
Not working yet
Tags should accept 2 behaviors: 1) none tag; 2) valid regex tag;
ok
Creation of tags with empty values are accepted yet.
We need to guarantee that the value is also not empty, though. I'll open a new issue related.