? PR-4.3-dev Pending

User tests: Successful: Unsuccessful:

avatar heelc29
heelc29
31 Mar 2023

Follow up Pull Request #38328 .

Summary of Changes

class \Joomla\CMS\Factory\Factory do not exist

Testing Instructions

copy following code

// Instantiate a new FileLayout instance and render the batch button
$layout = new \Joomla\CMS\Layout\FileLayout('toolbar.batch');
$dhtml  = $layout->render(['title' => Text::_('JTOOLBAR_BULK_IMPORT')]);
$toolbar->appendButton('Custom', $dhtml, 'batch');

an put it here because the layout is no longer used in joomla core

if ($canDo->get('core.create')) {
$toolbar->popupButton('batch', 'JTOOLBAR_BULK_IMPORT')
->selector('collapseModal')
->listCheck(false);
}

now visit /administrator/index.php?option=com_redirect

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

image

Link to documentations

Please select:

  • No documentation changes for docs.joomla.org needed
  • No documentation changes for manual.joomla.org needed
avatar joomla-cms-bot joomla-cms-bot - change - 31 Mar 2023
Category Administration com_redirect
avatar heelc29 heelc29 - open - 31 Mar 2023
avatar heelc29 heelc29 - change - 31 Mar 2023
Status New Pending
avatar Quy Quy - test_item - 31 Mar 2023 - Tested successfully
avatar Quy
Quy - comment - 31 Mar 2023

I have tested this item successfully on db10079


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

avatar alikon alikon - test_item - 31 Mar 2023 - Tested successfully
avatar alikon
alikon - comment - 31 Mar 2023

I have tested this item successfully on db10079


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

avatar alikon alikon - change - 31 Mar 2023
Status Pending Ready to Commit
avatar alikon
alikon - comment - 31 Mar 2023

RTC


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

avatar obuisard obuisard - change - 31 Mar 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-03-31 19:59:06
Closed_By obuisard
Labels Added: ? PR-4.3-dev
avatar obuisard obuisard - close - 31 Mar 2023
avatar obuisard obuisard - merge - 31 Mar 2023
avatar obuisard
obuisard - comment - 31 Mar 2023

Thank you @heelc29 for the fix!

Add a Comment

Login with GitHub to post a comment