? ? Pending

User tests: Successful: Unsuccessful:

avatar SharkyKZ
SharkyKZ
29 Nov 2019

Pull Request for Issue # .

Summary of Changes

Adds context check in last step. Fixes weird alert when installing Testing Sample Data.

Testing Instructions

  1. On monolingual site install Testing Sample Data. Inspect progress messages.
  2. On multilingual site install Multilingual Sample Data. Inspect progress messages.

Expected result

  1. Messages appear normally.
  2. Works like before.

Actual result

  1. Empty space appears between step 7 and step 8 messages.

Documentation Changes Required

No.

avatar SharkyKZ SharkyKZ - open - 29 Nov 2019
avatar SharkyKZ SharkyKZ - change - 29 Nov 2019
The description was changed
avatar brianteeman brianteeman - test_item - 29 Nov 2019 - Tested successfully
avatar brianteeman
brianteeman - comment - 29 Nov 2019

I have tested this item successfully on e3ebc69


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

avatar infograf768 infograf768 - change - 30 Nov 2019
Labels Added: ?
avatar infograf768
infograf768 - comment - 1 Dec 2019

@SharkyKZ
If checking session is necessary for this plugin concerning the last Step, then it is also necessary for blog sample data as we only have there

	public function onAjaxSampledataApplyStep4()
	{
		if ($this->app->input->get('type') != $this->_name)
		{
			return;
		}

I suggest to also correct that one in this PR.

avatar SharkyKZ
SharkyKZ - comment - 1 Dec 2019

Not really necessary in the last step.

avatar SharkyKZ SharkyKZ - change - 1 Dec 2019
The description was changed
avatar infograf768 infograf768 - test_item - 1 Dec 2019 - Tested successfully
avatar infograf768
infograf768 - comment - 1 Dec 2019

I have tested this item successfully on a03ac6e


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

avatar Quy Quy - change - 1 Dec 2019
Status New Ready to Commit
avatar Quy
Quy - comment - 1 Dec 2019

RTC


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

avatar joomla-cms-bot joomla-cms-bot - change - 3 Dec 2019
Category Front End Plugins
avatar wilsonge wilsonge - change - 3 Dec 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-12-03 14:31:22
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 3 Dec 2019
avatar wilsonge wilsonge - merge - 3 Dec 2019
avatar wilsonge
wilsonge - comment - 3 Dec 2019

Thanks!

Add a Comment

Login with GitHub to post a comment