-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Autosave for a devfile works incorrectly #14348
Comments
+1 Really annoying bug. |
Looks like error messages on the first and the second screenshots must be improved on Che Server side. @olexii4 Could you please create a separate issue? |
@sleshchenko I have created |
Closely related (duplicate?): #13982 |
Duplicate of #13982 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Autosave for a devfile works incorrectly.
Che version
Steps to reproduce
Open 'Devfile' tab
Simulate a case when you tried to add a new editor component but did not manage to finish in time:
Expected behavior
Devfile content is not updated until the user does not finish typing.
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
I propose to add a possibility to configure autosave for devfile or turn it off.
Instead of autosave, I have a purpose to save the current state of the devfile editor(simple string) as a temporary workspace data and restore it after page reload
The text was updated successfully, but these errors were encountered: