User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Fix for the issue #9186
Unable to add countItems method for an extension where the category
system is used in two instances #9186
Setup a component with two instances of the category. For example:
a. component com_mycomponent has two types of items type1 and type2
b. type1 uses Joomla category system with extension name as com_mycomponent
c. type2 uses Joomla category system with extension name as com_mycomponent.type2
countItems feature works for both categories instances.
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Rel_Number | 0 | ⇒ | 9186 |
Relation Type | ⇒ | Pull Request for |
Thanks for this PR. The code looks good, but I have nothing here at the moment to test it.
btw: due to performance problems with the SQL to count the items, the Category model has been changed a bit a few days ago.
Could you please redo your patch on the most recent code? Thanks!
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-17 21:38:27 |
Closed_By | ⇒ | corejoomla |
@pe7er can you have a look here? Looks good from a code review.