issues
search
cgwire
/
kitsu
Collaboration Platform for Animation and VFX Productions
https://kitsu.cg-wire.com
GNU Affero General Public License v3.0
402
stars
106
forks
source link
Fix Settings form
#1493
Closed
NicoPennec
closed
4 months ago
NicoPennec
commented
4 months ago
Problem
On the global studio settings form, the boolean fields (yes/no) are well saved to "no," but they are misleadingly displayed as "yes".
Solution
Fix the handling of booleans in the Settings form. Use boolean values instead of boolean strings in the application.
EvanBldy
commented
4 months ago
Thanks
Problem
Solution