We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New language relevant PR in upstream repo: joomla/joomla-cms#36242 Here are the upstream changes:
diff --git a/administrator/components/com_actionlogs/src/Model/ActionlogsModel.php b/administrator/components/com_actionlogs/src/Model/ActionlogsModel.php index 9b5edc674437..854164246d54 100644 --- a/administrator/components/com_actionlogs/src/Model/ActionlogsModel.php +++ b/administrator/components/com_actionlogs/src/Model/ActionlogsModel.php @@ -166,8 +166,8 @@ protected function getListQuery() else { $search = '%' . $search . '%'; - $query->where($db->quoteName('u.username') . ' LIKE :username') - ->bind(':username', $search); + $query->where($db->quoteName('a.message') . ' LIKE :message') + ->bind(':message', $search); } } diff --git a/administrator/language/en-GB/com_actionlogs.ini b/administrator/language/en-GB/com_actionlogs.ini index fb73eab67b59..483b44575332 100644 --- a/administrator/language/en-GB/com_actionlogs.ini +++ b/administrator/language/en-GB/com_actionlogs.ini @@ -31,7 +31,7 @@ COM_ACTIONLOGS_FIELD_VALUE_GET="GET" COM_ACTIONLOGS_FIELD_VALUE_PATCH="PATCH" COM_ACTIONLOGS_FIELD_VALUE_POST="POST" COM_ACTIONLOGS_FIELD_VALUE_PUT="PUT" -COM_ACTIONLOGS_FILTER_SEARCH_DESC="Search in username. Prefix with ID: to search for an action log ID." +COM_ACTIONLOGS_FILTER_SEARCH_DESC="Search in action. Prefix with ID: to search for an action log ID." COM_ACTIONLOGS_FILTER_SEARCH_LABEL="Search Actions Log" COM_ACTIONLOGS_IP_ADDRESS="IP Address" COM_ACTIONLOGS_IP_ADDRESS_ASC="IP Address ascending"
The text was updated successfully, but these errors were encountered:
fix joomlagerman#2176
ad74311
fix #2176 (#2190)
2b70def
tecpromotion
Successfully merging a pull request may close this issue.
New language relevant PR in upstream repo: joomla/joomla-cms#36242 Here are the upstream changes:
Click to expand the diff!
The text was updated successfully, but these errors were encountered: