Multiple terms concatenated during role creation
aether - January 23, 2008 - 00:06
| Project: | Taxorole |
| Version: | 5.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
When selecting a vocabulary with multiple terms for role creation and saving the configuration, the terms are concatenated onto the previous term in the loop:
terms
Role 1
Role 2
Role 3
becomes
roles
Role 1
Role1Role 2
Role 1Role 2Role3
Need to reset the $newrole variable in the loop at line 135.

#1
Duplicate of #200505: Creating roles without Vocabulary Prefix