User tests: Successful: Unsuccessful:
Cannot filter further the items returned by the components.
For example if we want to filter our content (e.g. through a filtering module), this cannot be done as access to the component ListModel's query is not provided.
Although plugin events are triggered for most of the basic model's functions (e.g. save and delete). There is no event triggered before reading a list of results/items.
A plugin trigger at the end of the _getListQuery function of the ListModel.
By doing that , the getItems query can be altered (e.g. adding extra conditions), by a plugin.
By doing that, the event is triggered for all the components that extend the ListModel and do not overwritte the _getListQuery method (i.e. all the native components and most of he 3rd party).
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests Repository Administration |
Title |
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-09-05 14:56:11 |
Closed_By | ⇒ | sakiss | |
Labels |
Added:
?
?
|
I am closing the PR. Seems like i checkout wrong branch.