-
Notifications
You must be signed in to change notification settings - Fork 60
Update "color" only when empty #235
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
Labels
Comments
OllisGit
added a commit
that referenced
this issue
Feb 17, 2022
- E #246 EventBus-Events to support MQTT-Topics - E #186 multiple templates (with field selection) - E #191 Include PTFE tube length for remaining check - E #221 Preview of QR-Code - E #207 Define IP/URL for QR-Code generation - E #220 Output of database id in QR-Code view - E #236, B #228 Output of total spools in tab-view - E Output of database id in QR-Code and in table - B #245 Show last weight digit - B #235 custom colorname not stored - B #225 copy was disabled during printing
Hi @Jeanlucpica, in the latest RC-Verison 1.7.0rc1 I changed a lot of stuff, maybe this issue is also solved. Thx, in advance |
OllisGit
added a commit
that referenced
this issue
Feb 17, 2022
- E #246 EventBus-Events to support MQTT-Topics - E #186 multiple templates (with field selection) - E #191 Include PTFE tube length for remaining check - E #221 Preview of QR-Code - E #207 Define IP/URL for QR-Code generation - E #220 Output of database id in QR-Code view - E #236, B #228 Output of total spools in tab-view - E Output of database id in QR-Code and in table - B #245 Show last weight digit - B #235 custom colorname not stored - B #225 copy was disabled during printing
I just installed the 1.7.0rc1 and can confirm that this issue is fixed. All customer colors now remain as is. Thank you very much for fixing this so quickly 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Observed behaviour:

I open an already created spool from the list to view it or update information. The spool has a custom color text value. Meaning the written color name does not match the hex code. This custom color name was saved when creating the spool. As soon as I open the spool with the custom color name, its value is overwritten if the hex code has a valid name. My custom data is lost when I save.
Expected behaviour:

Once entered, a field should keep its initial value. In case of the custom color name, it should remain as is if it is filled. Only when creating a new spool, the color name matching the color hex value should be filled. If a value is already stored it should remain untouched.
The text was updated successfully, but these errors were encountered: