bug #7628
closedCreate registration for existing name (typification only) creates two registratios
100%
Description
Start from the working set where the already registered name is listed and and select the name in the existing names combobox:
Click the "Existing Name" button to create a "typification only" registration, after reloading the workingset, the new registration will become visible in the page:
Checking the database shows that there are three registrations now:
Now reload the registration workingset page and see that there are now two registrations for the name:
The formerly shown type only registration is now listed as empty registration since no typification has been added, this refers to issue #7582
Files
Related issues
Updated by Andreas Kohlbecker over 4 years ago
- File picture792-1.png picture792-1.png added
- File picture792-2.png picture792-2.png added
- File picture792-3.png picture792-3.png added
- File picture792-4.png picture792-4.png added
Updated by Andreas Kohlbecker over 4 years ago
- Related to bug #7582: prevent from creating empty registrations added
Updated by Andreas Kohlbecker over 4 years ago
- Related to bug #7629: creating a typification only registration should not be possible if the names protologue is in the current workingset added
Updated by Andreas Kohlbecker over 4 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset cdm-vaadin|2a2845cefcb5dd887ba96665180c97b5d63ff11c.
Updated by Andreas Kohlbecker over 4 years ago
- Status changed from Resolved to Closed
- % Done changed from 50 to 100
problem solved.
in the workflow code a blocking registration was created for the typification only registration, this code was intended to create a name registration in case the user chooses a type only registration and the name registration is missing. The according checks for this code where missing but the whole idea was nonsense anyway:
The user should not have the choice to create a typification only registration in the working (publication) set which contains the protologe. This is known from the nomenclatural reference.
Updated by Andreas Kohlbecker over 4 years ago
- Has duplicate bug #7625: RegistrationWorkingsetEditor: if a registered name is selected, the same name seems to be registered newly added