Created attachment 1105 [details] Screenshot of the subcluster list When adding a new subcluster using Web Admin, and there already is a subcluster named "NewSubcluster", both the old and new subcluster-details is shown. When saving the new subcluster, also named "NewSubcluster", it will overwrite the old one. This does not happen with other names than the default "NewSubcluster".
The page "Application Groups" has an issue on the same theme. If you have a group with the default name "New group" and then add a new group, you will not get a new group. You are presented with the details for the old "New group". I looked at all other pages where you can add new entries, and they all have different ways to solve this. +-----------------------+--------------------------------------+ | Page | | | | | +-----------------------+--------------------------------------+ | profilelist | Every new entry gets unique name | | |"new_profile_1675783399" | +-----------------------+--------------------------------------+ | locations | Error: There already exists a | | | location with the name "New location"| +-----------------------+--------------------------------------+ | Terminals | The hardware address must be unique, | | |the name can be the same | +-----------------------+--------------------------------------+ | Applications (Manual) |Saved applications have unique id on | | | disk, the name can be the same | +-----------------------+--------------------------------------+ | Menu Structure | Saved menus have unique id on disk, | | |the name can be the same | +-----------------------+--------------------------------------+
(In reply to Frida from comment #0) [...] > > When saving the new subcluster, also named "NewSubcluster", it will > overwrite the old one. > [...] Update: it actually doesn't matter what the second subcluster is named, it will always overwrite the existing subcluster named "NewSubcluster".
Since bug 8075 we no longer get two forms. Only one popup is shown instead. However, the issue remains that the existing item is overwritten despite the user pressing the "Add new.."-button.
*** Bug 8132 has been marked as a duplicate of this bug. ***