Skip to content
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

Manual edits on Code Editor page are lost #17

Open
chscott opened this issue Mar 26, 2018 · 2 comments
Open

Manual edits on Code Editor page are lost #17

chscott opened this issue Mar 26, 2018 · 2 comments

Comments

@chscott
Copy link

chscott commented Mar 26, 2018

Steps:

  1. Import a JSON file via the Code Editor page's Import button and save.
  2. Modify the JSON file in some way. I added an additional include file.
  3. Click Save Changes.
  4. Return to the Code Editor page and see that the change is gone.

Making an edit by adding a second include file
image

After saving
image

Return to the Code Editor page for the saved app
image

@chscott
Copy link
Author

chscott commented Mar 26, 2018

This turned out to be an issue where somehow the logged-in users credentials were lost mid-session. What threw me off was the "successful" save message, which seems like a bug under those circumstances. As soon as I navigated to another app and was forced to log in again, the same set of steps illustrated above worked without issue.

@weber-d
Copy link

weber-d commented Jul 20, 2018

I had the same issue. Only a reload of the hole page brought me to the login page. It's confusing and seems bad practice to show a success-message while nothing was saved... The software itself should look at the server response and check wherever the changes were saved or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants