I created the CRUD functions for my component but I got this message "Warning Field required: Title" even the title field is filled already.
I debug then go to the line 1933 of libraries\joomla\form\form.php
Replace
if ($required)
{
// If the field is required and the value is empty return an error message.
if (($value === '') || ($value === null))
{
by
if ($required && !value){{
Then it works.
Joomla 3.6.2
PHP 5.6
I think need to update the form.php
Title |
|
||||||
Status | New | ⇒ | Information Required |
Status | Information Required | ⇒ | Closed - No Reply |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-05-27 10:28:16 |
Closed_By | ⇒ | franz-wohlkoenig |
Status | Closed - No Reply | ⇒ | Closed |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/12072
This has been closed due to lack of response to the requests above – it can always be reopened in the future if it is updated.
This issue remains in 3.7.2. I can confirm the fix outlined by @quannv resolved the problem for me.
i have this issue in 3.7.4 will test and let you know if this works
@quannv can you confirm this Issue on latest Staging?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12072.