Closed KineticCookie closed 5 years ago
The proper hotfix for now is to reimplement ApplicationService.update
method in terms of consequent deletion and creation.
This makes sense, but computational heavier.
06c28bda7977c5154946de8e54675d7520639b33 could contain servable db repository
After investigating the issue I came up with following problems:
ApplicationService.update
method doesn't care about existingServable
s. If user updates application's name,servablesToCreate
set will be empty, and internal mapping will fail.