[4.0] Fixed menu params for front page item on installation#32550
[4.0] Fixed menu params for front page item on installation#32550rdeutz merged 3 commits intojoomla:4.0-devfrom
Conversation
|
@Harmageddon And |
|
@richard67 Of course, you're absolutely right. Thank you! |
|
I have tested this item ✅ successfully on 726972d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
I have tested this item ✅ successfully on 726972d Have also followed up @infograf768 comment on #32525 to help @AndySDH update the relevant parameters in the sample data script to also avoid J3 parameters being included and J4 parameters being missed in what that PR does. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
Back to pending. @Harmageddon Could you check #32550 (comment) ? Thanks in advance. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
Sorry for the delayed response, I didn't have much time during the week. Thank you @infograf768 for the suggestion! I added it to both files. |
|
(fyi: sandk2) This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
I have tested this item ✅ successfully on ffcfc80 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
|
rtc This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/32550. |
…2550) * Fixed menu params for front page item on installation. * Fixed postgres installation file as well. * Added show_associations menu parameter.

Pull Request for Issue #32493. Note: This is not an alternative to #32547 - both are necessary. #32547 for fixing the notice and another error, and this PR here for fixing the underlying cause.
Summary of Changes
The "home" menu item that is created on installation contains parameters from 3.x, and lacks parameters from 4.x. This PR fixes the installation SQL.
Testing Instructions
IMHO, this could be merged on code review. Testing instructions are a bit more complicated here.
Using the prebuilt packages for this PR, do a clean new installation and repeat steps 2-6.
Actual result BEFORE applying this Pull Request
Before the update, the "home" item displays articles in a one-column layout. After running an update, it displays them in three columns.
Expected result AFTER applying this Pull Request
Updating should not change the layout.
Documentation Changes Required
none