You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Reporter will not save single changes in the sections. When changing one of the fields, such as Header, for example, will still be visible in the settings but will not be saved to the template unless another field is clicked or a preview is generated. The options related to clicks work without any problems and will always be saved in the template no matter what we do after changing the options in it. It seems that changing column names, title, start time, end time works well.
From quick tests, the fields that won't be saved are: Heading, Note content, Filter, custom SQL query
To Reproduce
Steps to reproduce the behavior:
Open Reporter
Change any Heading in one of the sections or note content, not column name (but only this field, clicking another one will save changes).
Click other section in the template (this step is not required, just to be sure)
Save Template
Open Template
See that the name of the Heading did not save.
Expected behavior
When saving the template, the template saving algorithm should recheck any additional changes in the settings.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Version Reporter v1.4.0
The text was updated successfully, but these errors were encountered:
Yes, You need to exit the field to trigger the save
I used to have it trigger save/refresh on update but it was causing the UI to jump around too much, after typing your change type the tab key and that will trigger the save (it triggers on field exit)
I'm not sure if I can make it any better than this for now? I'll have a think about it, and look over the code. I'll use this issue number if I make any changes to this.
If you want to try changing it back to on change, you can give it a try, but be aware of how it will impact the user
Describe the bug
Reporter will not save single changes in the sections. When changing one of the fields, such as Header, for example, will still be visible in the settings but will not be saved to the template unless another field is clicked or a preview is generated. The options related to clicks work without any problems and will always be saved in the template no matter what we do after changing the options in it. It seems that changing column names, title, start time, end time works well.
From quick tests, the fields that won't be saved are: Heading, Note content, Filter, custom SQL query
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When saving the template, the template saving algorithm should recheck any additional changes in the settings.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: