[4.0] Moving com_finder submenu to mainmenu#24020
[4.0] Moving com_finder submenu to mainmenu#24020Hackwar wants to merge 20 commits intojoomla:4.0-devfrom
Conversation
|
Please alpha sort the language file and check to see if we need the _DESC - most of those are completely unnecessary and we have in general removed all _DESC from J4 |
|
Fixed the language string. The DESC string is maybe not necessary, but it is still used everywhere (100+ results if you search for it) so if you want to remove those, please do that consistently in another PR. |
|
@Hackwar It has already been done. The only _DESC strings that remain are the few that we are still displaying and the _DESC strings that are for DESCENDING not DESCRIPTION |
|
No, it hasn't been done, because these strings are fresh from the backend menu items of com_content. |
|
There are currently 40 default.xml files with a DESC string in them in /administrator/components, excluding the 4 that I've added in this PR. As I said, if that is not wanted/allowed anymore, then please open a PR that removes all these. |
|
Sorry I didnt realise they were for the menu descriptions. Those are being kept - its the _desc that were used as tooltips that have gone . /me needs coffee |
|
I have tested this item 🔴 unsuccessfully on 544ace4 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
I have tested this item ✅ successfully on 8ac7581 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
@Hackwar |
…4findermenu # Conflicts: # administrator/components/com_finder/Helper/FinderHelper.php # installation/sql/mysql/joomla.sql # installation/sql/postgresql/joomla.sql
|
I can't see the error that I have in the postgres SQL file. Could someone have a look here? |
|
Tests have passed now. |
|
I have tested this item ✅ successfully on e525eb7 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
I have tested this item ✅ successfully on e525eb7 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
…4findermenu # Conflicts: # installation/sql/mysql/joomla.sql # installation/sql/postgresql/joomla.sql
|
Could those who tested this earlier, please test again, so that we can merge this? |
|
@Hackwar You should adjust your testing instructions. The Database Fix will not run the insert statements in the schema update because it only handles DDL, as I mentioned in in my comment above. People either have to do a clean install or they have to run the insert statements from the schema update in PhpMyAdmin (or PgMyAdmin if PostgreSQL) after having applied the patch. |
|
Please remove the composer.lock file |
|
I have tested this item 🔴 unsuccessfully on 822d13b This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
I have tested this item 🔴 unsuccessfully on 7e9fac5 see #24020 (comment) This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
@Hackwar For me this also doesn't work. The submenu items are gone after applying the patch but the Fix database and Menu Rebuild doesn't add it to the submenu. |
|
I have tested this item 🔴 unsuccessfully on 7e9fac5 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
@roland-d can you or one of the students confirm my finding that it was ok on a clean install. Also re your comment about database fix see #24020 (comment) |
|
@brianteeman The test done by @bees4ever was on a clean installation as in he cloned the repo, installed J4 and did the test. |
|
I have tested this item 🔴 unsuccessfully on 7e9fac5 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |
|
Please test PR #27032 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/24020. |



This adds menu item types for com_finder views, removes the submenu and adds them into the mainmenu.
How to test