[x] I checked other issues already, but found no answer/solution
[x] I checked the documentation and wiki, but found no answer/solution
[x] I am running the latest version and the issue still occurs
[x] I am sure that this issue is about SteVe (and not about the charging station software or something unrelated to SteVe)
Specifications
SteVe Version : 3.5.0
Operating system : Debian 11
JDK : OpenJDK 17.0.4
Database : Maria DB 10.5
Expected Behavior
It's possible to modify SteVe internal properties (description, additional note) while the charging profile is active on a charging station.
Actual Behavior
Currently SteVe complains with a exception de.rwth.idsg.steve.SteveException: Cannot modify this charging profile, since the following stations are still using it, but this is an unnecessary restriction because these properties are not sent to the charging station and this is not very userfriendly.
Steps to Reproduce the Problem
Assign a charging station a new Charging profile
Go to "Charging Profile Detail form"
Modify description or additional note and press Update
Checklist
Specifications
Expected Behavior
It's possible to modify SteVe internal properties (description, additional note) while the charging profile is active on a charging station.
Actual Behavior
Currently SteVe complains with a exception
de.rwth.idsg.steve.SteveException: Cannot modify this charging profile, since the following stations are still using it
, but this is an unnecessary restriction because these properties are not sent to the charging station and this is not very userfriendly.Steps to Reproduce the Problem