Skip to content

Fixing persistance of `ServiceConfiguration` messages.

Cristina Pauna requested to merge fix-service-config-storage into main

This PR fixes the persistance errors we encountered. One problem was that the layout of the ConfigureCloudService was changed and the dashboard needed to be adapted. The second problem was a missing composite primary key in ServiecConfiguration that caused them to override themselves.

Merge request reports