Currently users can create multiple groups with the same name in the local addressbook. After a page refresh (F5) only the last created group is shown in the addressbook. If the user deletes the Group and press F5 again, the group created before is shown.
Description:
- User creates a local group called "Test" and moves some contacts to the group.
- User creates two empty groups with the same name "Test". In total we have three groups with the same name.
Before the page is refreshed, all three groups are shown.
- After page refresh (F5), only the last created group is visibile.
- User deletes the group "Test" and press F5. Now he can see second group he created before.
- User deletes the group "Test" and press F5 again.
Now he can see the first group with the contacts.
It should not be possible to create multiple groups with the same name.