-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rest API to check if a SCL Name isn't already used #204
Comments
After this issue; com-pas/compas-open-scd#147 can be build. |
@dlabordus is this issue still valid as it is formulated? |
Yes, however it is a low priority issue in my opinion. |
@Sander3003, onder welke rechten moet dit vallen? Lijkt mij persoonlijk het handigst om het onder {TYPE}_read of iets te zetten |
{TYPE}_read is fine for me, if the user has insufficient rights, it cannot save the changes to the database. |
As a engineer
I want to have faster feedback when changing/using a SCL Name
So that I can change the name before the add/save returned a error
Background:
Issues #197 and #203 implement check the SCL Name isn't already used during adding/saving of the SCL File.
It would be nice that the front-end can make a call to check this before executing the add/save action.
The text was updated successfully, but these errors were encountered: