Default field value not applied when adding rows
Brought to you by:
ansgarbecker
Originally created by: XIAIXdot...@gmail.com
What steps will reproduce the problem?
Please see attached video.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
Confirmed.
Solution could be either to
a) leave out unmodified fields in the INSERT statement so the server applies default
values (optimal)
or
b) fetch and display default field values for a new row
Summary: Default field value not applied when adding rows
Labels: -Priority-Medium Severity-Problematic
Status: Accepted
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: XIAIXdot...@gmail.com
Just curious if this was getting looked into. Thanks. :)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
This has been fixed during the grid conversion: Unmodified values are not included
in the INSERT statement so default values are applied by the server. Check out the
latest build.
Status: Fixed