On Oracle and MSSQL, a user who has a leftover unsaved draft of a Grid view cannot edit any saved view again, and the save fails with ORA-00001 on ODF_UI_VIEWS_U1.
STEPS TO REPRODUCE:
Note: This will happen on any Grid views in MUX
Expected Results: Clarity reuses or discards the existing UNSAVED draft for that user and view, the way POST /rest/v1/private/views/retrieveView already does, and the user works with unsaved changes normally.
Actual Results: POST /ppm/rest/v1/private/views returns HTTP 400 and the UI shows "Could not save the view" with errorCode odf.uniqueIndexViolation.
ODF-0015: Value must be unique.
Clarity 16.3.3, 16.4.0, 16.4.1, 16.4.2
DE210206
Fixed in:
Workaround:
Or