User tests: Successful: Unsuccessful:
Currently, com_associations can't handle categories with sections (eg extension=com_sermonspeaker.sermons
). This was actually to a degree expected limitation of the component when it was merged. The thing was that we had no extension to try it.
That is also the reason this PR is targeted for J4, because I doubt it will ever get tested in J3 due to the lack of an extension which would use it (my SermonSpeaker 6 only installs in J4).
This PR adds support for such categories to com_associations in J4.
In the "Multilingual Associations" component
Can select and edit categories with sections
Categories with sections can't be selected.
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations |
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-22 13:11:54 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Can we fix CS:
FILE: ...la-cms/administrator/components/com_associations/Model/Associations.php
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
359 | ERROR | Space before opening parenthesis of function call prohibited
I blame PhpStorm for not catching that
Thankyou!