[Libreoffice-bugs] [Bug 121652] Option buttons in forms do not show current value if it is boolean

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 23 18:19:15 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=121652

robert at familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |robert at familiegrosskopf.de

--- Comment #2 from robert at familiegrosskopf.de ---
Seems this is the reason:
-----
3c. On third step assign 0 (or FALSE) to one option, 1 (or TRUE) to the other
option.
-----
Isn't the same for the field. If you set it to 'true' (lower cased) and 'false'
(also lower cased) it will work right.

The checkbox for boolean field works the same way. If you set the values here
to 1 and 0 it won't show 'true' content.

Don't know why it isn't implemented, because it works well in queries. But the
values shown by the queries in Tools > SQL will show with
SELECT * FROM "demo" where "boolean" = 1
Output: 
0,true,1,1,
2,true,0,1,

I will confirm the bug, but it will work right with the value queries return
for the boolean fields.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181123/0ce764e1/attachment.html>


More information about the Libreoffice-bugs mailing list