Skip to content
New issue

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

Tag Names starting with "_" are considered invalid #9

Closed
patrickjmcd opened this issue Mar 28, 2018 · 0 comments · Fixed by #10
Closed

Tag Names starting with "_" are considered invalid #9

patrickjmcd opened this issue Mar 28, 2018 · 0 comments · Fixed by #10
Assignees
Labels
bug Something isn't working

Comments

@patrickjmcd
Copy link
Collaborator

Current Behavior

Tag names that start with an underscore (often used for bringing important tags to the top of the controller tag list) throw an error Error: Tagname Must be of Type <string>

Context

Reading tags such as "_Rev" or "_dt"

Steps to Reproduce (for bugs only)

const fooTag = new Tag("_dt");

@patrickjmcd patrickjmcd added the bug Something isn't working label Mar 28, 2018
@patrickjmcd patrickjmcd self-assigned this Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant