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

Lionel Elie Mamane <lio...@mamane.lu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisectRequest             |

--- Comment #7 from Lionel Elie Mamane <lio...@mamane.lu> ---
This looks like a very old bug that is exposed by the fix to bug 75341.

Before that, the form control's "input required" was actually ignored as soon
as the column allowed NULLs. Now it is not ignored anymore.

The bug is that form controls are always created with "input required" set to
true by default. It should be:
 * quick fix: always false by default
 * better fix: true if the column is "NOT NULL"
   (i.e. rColInfo.nNullable == ColumnValue::NO_NULLS )
   else false
 * even better fix: true if the column is "NOT NULL" _and_
   does NOT have a default value, else false

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to