-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Menu Items overview - Filter on Component #24665
New issue
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
Conversation
|
I have tested this item ✅ successfully on ac6b7ec This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
Yes close #21358 as it has clearly been abandoned |
Thanks @Quy Co-Authored-By: pe7er <[email protected]>
|
I have tested this item ✅ successfully on 43bb5c1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
|
|
I have tested this item ✅ successfully on f57ee0e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
Hmm, I can't find the string "COM_MENUS_FILTER_COMPONENT_LABEL" in any language file. When searching for "- Select Component -", I find:
|
|
I have tested this item 🔴 unsuccessfully on f57ee0e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
oops - my apologies. The label is indeed missing. I need more coffee |
|
Same for me, more coffee ;-) |
|
But why did everything look ok then when teesting it? |
|
I have not tested this item. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
@richard67 View the source. The label is only visible for screen readers |
|
@brianteeman And what would be the right change? Add the missing text "COM_MENUS_FILTER_COMPONENT_LABEL" to the language file? Or use another already existing text with the same content, i.e. "COM_MENUS_OPTION_SELECT_COMPONENT"? |
|
just compare with the other similar filters label in the ini file, i.e value should be “Component” if I do not mistake. |
Thanks @alikon Co-Authored-By: pe7er <[email protected]>
…mla-cms into menu-overview-component-filter
|
I've made the suggested corrections. |
|
@pe7er I have removed the RTC because I am failing to make this work. The component filter works fine for me on the As you can see my selection is not there. Another issue is, when I do select a filter on the Finally, I am missing this code in the |
|
@roland-d RTC is set. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
Testing now |
|
@franz-wohlkoenig It was the bot, I now marked my test as unsuccessful, hopefully that will stop it :) |
|
I am powerless to the bot 😄 Although it should not mark it RTC when there is a failed test. |
|
Agree with @roland-d findings. Same errors here. |
|
back to pending This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
@roland-d I haven't tested it as I am still traveling but won't namespacing the XML type cause issues with the way that custom elements are used? |
|
It is not about the file itself but just the field name. Perhaps I should have used the word camel case instead of namespace as that seems to be a loaded word 😜 |
|
I have tested this item ✅ successfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item ✅ successfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 Printscreen Setting Value This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
I have tested this item 🔴 unsuccessfully on bb364f8 PHP Version 7.3.8 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24665. |
|
Thank you all for testing & your suggestions for improvements! As I did not have the branch for this PR in my local git repo (hence it says "from unknown repository"), New PR: #28832 I'm closing this one... |





Pull Request to add a Component filter to the "Menus: Items" overview.
It's PR #23566 re-done for Joomla 4.
Summary of Changes
This PR adds a Component filter to the menu items overview so that you can filter on specific Components.
Before Patch
Testing Instructions
Expected result
The list of menu items should be filtered to only show menu items to views of that selected Component.