hale
hale copied to clipboard
Removal of project variable is not persisted on save
In a project that contains a project variable, the removal of a variable via the settings dialog is not persisted to the project file upon save.
when removing the project variable and in addition change status of e.g. of OccuredValues in source data the removal is persisted. When closing the project a "Save changes ?" window will appear which is not the case when only the variable has been removed
To make it more clear: remove variable --> Apply and Close --> change not persisted remove variable and change status of e.g. occuredvalues --> Apply and Close --> change persisted
This is what I observe:
- if I create two or more project variables (
test_variable.png
); - and I use them for alignments of the kind "Formatted string" (
variable_1.png
andvariable_2.png
); - then, they are present in the final project file;
- if then I delete the project variable test_variable_1 but don't delete the alignment itself, which uses it, I still find the variable in the project file;
- if instead I delete the variable and delete the alignment (with right-click >> delete), then also in the project file the variable disappears and the change persists.
My conclusion would be that this might not be considered a bug but we can simply document it somewhere.