? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
10 Jan 2020

PR for #26907

See #26907 for steps to replicate the issue

The problem is because the value had a default of 0 and therefore was not empty

This was caused by value="<?php echo (int) $value; ?>"

Casting to integer results in 0 as an empty value and therefore is not empty as the validation expects

avatar brianteeman brianteeman - open - 10 Jan 2020
avatar brianteeman brianteeman - change - 10 Jan 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 Jan 2020
Category Layout
avatar ChristineWk
ChristineWk - comment - 10 Jan 2020

Confirm actual result as shown in #26907.
Applied Patch x got response:
An error has occurred.
0 Call to undefined method Joomla\CMS\WebAsset\WebAssetManager::useScript()
4.0.0-beta1-dev


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27463.

avatar jwaisner jwaisner - test_item - 10 Jan 2020 - Tested successfully
avatar jwaisner
jwaisner - comment - 10 Jan 2020

I have tested this item successfully on e041f7a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27463.

avatar Quy Quy - test_item - 10 Jan 2020 - Tested successfully
avatar Quy
Quy - comment - 10 Jan 2020

I have tested this item successfully on e041f7a


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27463.

avatar Quy Quy - change - 10 Jan 2020
Status Pending Ready to Commit
avatar Quy
Quy - comment - 10 Jan 2020

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27463.

avatar wilsonge wilsonge - close - 11 Jan 2020
avatar wilsonge wilsonge - merge - 11 Jan 2020
avatar wilsonge wilsonge - change - 11 Jan 2020
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-01-11 00:26:56
Closed_By wilsonge
Labels Added: ?
avatar wilsonge
wilsonge - comment - 11 Jan 2020

Thanks!

avatar brianteeman
brianteeman - comment - 11 Jan 2020

on a roll - thanks

Add a Comment

Login with GitHub to post a comment