User tests: Successful: Unsuccessful:
Pull Request for Issue #31926 .
The modal was rendering with an a
instead of a button
In investigating this I found that the modal was not using the code in the view but the code in a layout.
This PR removes the unused code in the view and corrects the link in the layout.
I do not really understand why this is a layout
Apply the pr and check that the export tracks modal still works
View the source and check that the cancel button is using button
markup
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_banners Layout |
yes
I have tested this item
It works. But on windows, the button is styled as it was before, no matter if it is the correct button tag or the wrong a tag (firefox on win10).
This PR breaks the site due to a trailing comma highlighted in red in phpStorm
Trailing comma's in function calls is a PHP 7.3 feature and Joomla 4 needs to be able to run on PHP 7.2. https://laravel-news.com/php-trailing-commas-functions
Labels |
Added:
?
|
I have tested this item
Confirmed working as described in Firefox and Safari on Mac OSX.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-10 09:18:04 |
Closed_By | ⇒ | chmst | |
Labels |
Added:
?
|
Thanks
Thank you
@brianteeman Does your PR solve issue #31926 completely so the issue can be closed?