User tests: Successful: Unsuccessful:
Pull Request for Issue # .
search filter in getListQuery in ActionlogsModelActionlogs uses the wrong substring when searching by item_id: - it is set to remove the first 3 chars (as per 'id:') instead of 8 (as per 'item_id:')
Make sure ActionLogs are enabled for com_content and that action logs system plugin is enabled.
Edit and save an article. View the action logs and you should see something like this
User admin updated the article Create Article Test
Hover over the article link to see the article id (in my case it is id=4) - then put it in the text search vox as
item_id:4
Should see list of actions related to the article 'Create Article Test' (and possibly other actions if you don't also filter by extension ;) )
You get no results since the existing code converts the string "m_id:4" to the integer zero and gets no matching results
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration |
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-11-10 15:53:18 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 2853b0f
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22948.