User tests: Successful: Unsuccessful:
Pull Request for Issue #19263
If you want to test, you'll need to ensure you have no sample data installed already. So install a fresh copy of Joomla and attempt to install sample data.
If you do have sample data already installed, the process should stop on step 1 and display an error alert.
Status | New | ⇒ | Pending |
Category | ⇒ | Modules Administration JavaScript |
Maybe its just me but it seems wrong to have a class on a list called list-unstyled
Sorry realised that its an actual class in bootstrap - crazy
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-02 10:44:34 |
Closed_By | ⇒ | C-Lodder |
Status | Closed | ⇒ | New |
Closed_Date | 2018-02-02 10:44:34 | ⇒ | |
Closed_By | C-Lodder | ⇒ |
Status | New | ⇒ | Pending |
Let us know when we can test.
@C-Lodder couple of things that you need to do here:
data
part of the ajax method$app->input
to $app->input->json
in the php, components/com_ajax/ajax.php:// Check for valid format
if (!$format)
{
// JInput JSON object
$input = $input = $app->input->json;
// Requested format passed via URL
$format = strtolower($input->getWord('format'));
if (!$format) {
$results = new InvalidArgumentException(JText::_('COM_AJAX_SPECIFY_FORMAT'), 404);
}
}
@laoneo @Anu1601CS ready to test
Closing in favour of: joomla-projects/joomla-es6#58
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-02-22 16:19:06 |
Closed_By | ⇒ | C-Lodder |
I have tested this item✅ successfully on 2260268
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19269.