Steps to reproduce:
Try to execute the following code snippet:
Task newTask = taskService.newTask(); newTask.setAssignee("Horst"); newTask.setOwner("Horst"); taskService.saveTask(newTask);
Problem:
This leads to a unique index violation:
Unique index or primary key violation: "ACT_UNIQ_AUTH_USER_INDEX_6 ON PUBLIC.ACT_RU_AUTHORIZATION(TYPE_, USER_ID_, RESOURCE_TYPE_, RESOURCE_ID_)"
This is the controller panel for Smart Panels app
- is duplicated by
-
CAM-4397 Dublicate authorization entry when defining same assignee and candidate user
- Closed