Closed
Bug 866662
Opened 12 years ago
Closed 12 years ago
Group url not always unique.
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
2013-05-02
People
(Reporter: giorgos, Assigned: giorgos)
Details
The auto-generated group url is not always guarantied to be unique. Steps to reproduce:
1. Create a group e.g. 'la lo' (this should have url 'la-lo')
2. Merge this group into another group, e.g. 'staff'
3. Create another group with name which generates same url 'la-lo'
4. New group has same url with first group.
This is only reproducable when you merge the first group into another group, because the url generation algorithm doesn't look into the aliases table for conflicting urls.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → giorgos
Status: NEW → ASSIGNED
Updated•12 years ago
|
Target Milestone: --- → 2013-05-02
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/6d634ad4b12d78fdf32538d1da8079c7189f3e19
[fix bug 866662] Calculate group unique url based on aliases.
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
QA verified on stage - nicely done.
Groups that match the pattern noted in comment 0 are correctly resovled.
For instance:
1. if group 'bambi-deer' is created
2. and then 'bambi deer' is created
'bambi deer' becomes 'bambi-deer2'
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•