Fix updating of project options
The REST endpoint that updates the project option is supposed to
return the updated project options, however at the moment it returns
the project options as they were before the update. As result
after changing the project options in the WebUI one needs to refresh
the screen in order to see the new values.
The problem was that ProjectControl was created for the project with
the old values and after the configuration was updated, this old
project control instance with the outdated project instance was used
to create the project options that are returned.
Change-Id: Ib3b94639364ef1ddb96772989937043c4251a30f
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
1 file changed