Page MenuHomePhabricator

Error on saving change of label and description, violation of constraint
Closed, DuplicatePublic

Description

Changed label and description, and got an error because of the new label (?) and previous description (?) had a name clash with another (his father) item. I would guess the code does not check for a change of both the label and description at the same time.

screendump-error-label-change.png (471×1 px, 85 KB)

Event Timeline

jeblad raised the priority of this task from to Needs Triage.
jeblad updated the task description. (Show Details)
jeblad subscribed.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript
jeblad set Security to None.

Changed the description in a separate pass and I can still not change the label.

This is due to the fact that such an edit is actually split in to.
First an edit is made to the label and saved, and then to the description

Not being able to edit both simultaneously is the same problem as T106456 and not being able to edit the label even after changing the description is the same problem as T76703.

Seems like Nikkis conclusion is correct. I added an alias and afterward I could edit the label.

This bug is thus a duplicate of both the bugs Nikki pointed out.