Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11.6, 1.12
-
None
Description
Current Situation
When switching JobScheduler Cluster instances sometimes the profile from the actual cluster should be saved with api configuration/save. During this save an unique constraint violation is thrown. The reason for this is that a wrong jobSchedulerId is set in the body
Desired Behaviour
If the body contains an id the given JobSchedulerId should not be used. Then no unique constraint violation will be thrown.