Text area and edit field defaults#38617
Conversation
The default values for these two fields was not being set during installation. This PR will fix that for new installs. We can't do updates as it would be changing user data
|
@brianteeman Checking elsewhere in the SQL, the integer values are quoted with double quotes, too, e.g. here: On the other hand, when saving the parameters of that field or of the fields modified by your PR, the integer values are not quoted. I've tested with MySQL and MariaDB and PostgreSQL. So your PR is right. But it seems we could clean up the quotes elsewhere, too (of course not with this PR). |
|
I have tested this item ✅ successfully on 7f03618 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38617. |
|
I have tested this item ✅ successfully on 7f03618 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38617. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/38617. |
|
Good that you fixed that. Thank you! |
|
thx |
The default values for these two fields was not being set during installation. This PR will fix that for new installs. We can't do updates as it would be changing user data
code review should be fine