#12125 closed defect (bug) (worksforme)
"C++" and "C#" can't co-exist as tags
Reported by: | Nao | Owned by: | filosofo |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
When you have either "C++" or "C#" as a post tag, you can't have the other.
For example, blog A has "C++" tag already. When you try to add "C#" tag, it gets converted to "C++", and vice versa.
Tags "++" and "#" can be created without any problem, but "A++" and "A#" don't work together either.
Change History (4)
Note: See
TracTickets for help on using
tickets.
+ and # are both stripped from slugs, so all those end with just 'c' as the slug. You can easily have both tags, but you have to specify a slug. For example, if you already have C++ and want to add C#, add C# as the name and use 'c-sharp' as the slug and it will work.