View Revisions: Issue #982

Summary 0000982: Fix exception when promoting existing email to primary
Revision 2018-09-17 12:31 by rijkr
Description IST: A JPA/Hibernate "duplicate key value" exception occurs, when promoting an existing secondary User email address to primary email address.
SOLL: Perform an in-between commit after remove of non-primary email, and before adding same email address as primary.
Note: the same applies for promoting Card Number and Number ID to primary.
Revision 2018-09-17 12:08 by rijkr
Description IST: A JPA/Hibernate "duplicate key value" exception occurs, when promoting an existing secondary email address to primary email address.
SOLL: Perform an in-between commit after remove of non-primary email, and before adding same email address as primary.
Note: the same applies for promoting Card Number and Number ID to primary.