User tests: Successful: Unsuccessful:
See #8907
Test:
install a basic multilingual site with the staging branch.
Enable item associations in the language filter plugin.
Associate some items (article, categories, contact, etc.)
Before patch
When using "Save as Copy" when editing an item with associations, the associations are transferred to the newly created copy instead of letting the original item with its associations.
After patch, the original item is untouched.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | Administration Libraries Multilanguage |
Rel_Number | 0 | ⇒ | 8907 |
Relation Type | ⇒ | Pull Request for |
This PR has received new commits.
@andrepereiradasilva
You are right for menus. It was not needed there as there is an override taking care of that.
Modified the code here to use same as for menu items.
Just changed to $data['associations'] = array();
instead of $data['associations'] = '';
I have tested this item successfully on 242a069
Test OK, thanks!
@andrepereiradasilva
This needs a new test to get RTC
I have tested this item successfully on 242a069
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks for testing.
Labels |
Added:
?
|
This should be in 3.5.0. Thanks
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-20 18:48:51 |
Closed_By | ⇒ | wilsonge |
Labels |
Removed:
?
|
I have tested this item successfully on 3f21121
I can confirm this problem in articles, categories and contact. I can't confirm in the menus.
And can confirm the patch solves the problem in articles, categories and contact.
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8918.