User tests: Successful: Unsuccessful:
Try batch copy a category if
This will fail with a fatal error in case of batchAccess or a lengthy error message in case of batchLanguage. The categories will be copied (sometimes even multiple times), but the access levels and languages are not correctly changed.
The problem is that the table->reset() function didn't reset the _location
and _location_id
properties of the table. Thus subsequent stores tried to move the categories again, which failed due to wrong parent ids.
This PR adds JTableNested->reset() which will reset the locations (using $this->setLocation(0)
) after the parent reset function was executed.
Fixes #2628
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32827
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2013-12-04 15:01:57 |
Labels |
Added:
?
?
|