? ? Pending

User tests: Successful: Unsuccessful:

avatar nurcihandem
nurcihandem
31 Jul 2018

Pull Request for Issue #21285.

Summary of Changes

Classes which were not defined but were in use became defined by a simple syntax changing. The namespaces had to be set global by putting a backslash before the classnames. Affected classes: JLoader, FieldsHelper

JEventDispatcher is deprecated, so the event has to be triggered by getting the main application from Factory.

Testing Instructions

Select an article clicking on the check box at the beginning of the line. Click on the "Batch"-button and select a category in the field below "To Move or Copy your selection please select a Category.". Check out any radio button and click "Process".

Documentation Changes Required

No changes required.

avatar nurcihandem nurcihandem - open - 31 Jul 2018
avatar nurcihandem nurcihandem - change - 31 Jul 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 31 Jul 2018
Category Administration com_content
avatar franz-wohlkoenig franz-wohlkoenig - change - 31 Jul 2018
Title
Article batch operation fixes
[4.0] Article batch operation fixes
avatar joomla-cms-bot joomla-cms-bot - edited - 31 Jul 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

changed Title to show its about 4.0.


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

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 31 Jul 2018 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

I have tested this item successfully on acf70d4


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

avatar nurcihandem nurcihandem - change - 31 Jul 2018
Labels Added: ?
avatar jonasgonka jonasgonka - test_item - 31 Jul 2018 - Tested successfully
avatar jonasgonka
jonasgonka - comment - 31 Jul 2018

I have tested this item successfully on dc4d2b0

Tested this successfully using the instructions provided on dc4d2b0


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

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

@brianteeman should this PR be tested after the latest changes from 4.0-dev are merged in this Branch or can it be tested and set RTC?

avatar brianteeman
brianteeman - comment - 31 Jul 2018

up to the person doing the merge to check that - they shouldnt be doing a blind merge anyway

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 31 Jul 2018 - Tested unsuccessfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

I have tested this item 🔴 unsuccessfully on b12852e

Doing Batch to another Category get:

screen shot 2018-07-31 at 15 09 07


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/21325.
avatar Quy
Quy - comment - 31 Jul 2018

@franz-wohlkoenig Your issue could be related to this issue #20136

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

@Quy at first Test didn't get this Error.

avatar jonasgonka
jonasgonka - comment - 31 Jul 2018

Tested again on dc4d2b0 and got the same error, I think it has to do with the line reintroduced in 1c2f7ff.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2018

@jonasgonka can you please mark your Test at Issue Tracker as unsuccessfully?

avatar jonasgonka jonasgonka - test_item - 31 Jul 2018 - Tested unsuccessfully
avatar jonasgonka
jonasgonka - comment - 31 Jul 2018

I have tested this item 🔴 unsuccessfully on b12852e


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

avatar nurcihandem
nurcihandem - comment - 1 Aug 2018

Like @Quy pointed out already, the error is caused by the code in line 280 in file ArticleMode.php

$this->createTagsHelper($this->tagsObserver, $this->type, $pk, $this->typeAlias, $this->table);

The function doesn't exist anymore in AdminModel. By comparing the usages of that createTagsHelper()-function in the fourth version with the third, I see that every usage has been removed in the fourth version (See ContactModel, CategoryModel, NewsfeedModel). I couldn't find any other function in replace. So I also would remove it. It seems not necessary for me. Would you agree?

avatar jonasgonka jonasgonka - test_item - 2 Aug 2018 - Tested successfully
avatar jonasgonka
jonasgonka - comment - 2 Aug 2018

I have tested this item successfully on 29564ff

Sucessfully tested again with the new fixes.


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

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 2 Aug 2018 - Tested successfully
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 2 Aug 2018

I have tested this item successfully on 29564ff


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 2 Aug 2018
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 2 Aug 2018

Ready to Commit after two successful tests.

avatar laoneo laoneo - change - 2 Aug 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-08-02 11:15:44
Closed_By laoneo
Labels Added: ?
avatar laoneo laoneo - close - 2 Aug 2018
avatar laoneo laoneo - merge - 2 Aug 2018
avatar laoneo
laoneo - comment - 2 Aug 2018

Thanks

Add a Comment

Login with GitHub to post a comment