-
Notifications
You must be signed in to change notification settings - Fork 112
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 Backend method like TimeSeries.unlock() #234
Labels
Comments
khaeru
changed the title
No possibility to unlock scenarios
Add Backend method like TimeSeries.unlock()
Dec 11, 2019
Backend API docs, for reference. Some thoughts:
|
Duplicate of #30, which is about 1.5 years older. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a script fails and a scenario is checked out, then there is no possibility to unlock the scenario. Previously, there used to be a possibility to do this using the command mp.._jobj.unlockRunid(). This is of course not ideal as it was more of a backdoor solution, but this feature would be nice for expert users, which is no longer available since switching to the new backend.
The text was updated successfully, but these errors were encountered: