#12125 closed defect (bug) (worksforme)
"C++" and "C#" can't co-exist as tags
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Taxonomy | Version: | |
| Severity: | normal | Keywords: | |
| 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)
comment:1
aaroncampbell — 3 years ago
- Milestone Unassigned deleted
- Resolution set to worksforme
- Status changed from new to closed
What Aaron said.
This <a href="http://essayideas.net/">Essay Ideas</a> help me. U can try to use)
Version 0, edited 3 years ago
by rediska
(next)
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.