Skip to content

Conversation

@brianteeman
Copy link
Contributor

Due to an sql error the complete newsfeeds menu items were not being displayed in the menu or the components dashboard

before

image

after

image

Due to an sql error the complete newsfeeds menu items were not being displayed in the menu or the components dashboard
@infograf768
Copy link
Member

I have tested this item ✅ successfully on 8adb4af


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/26092.

@@ -0,0 +1,2 @@
UPDATE `#__menu` SET `parent_id`='12' WHERE `id`=13;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The update file needs to be removed here. People upgrading from J3 are going to have different ID's here https://github.com/joomla/joomla-cms/blob/staging/installation/sql/mysql/joomla.sql#L1419-L1420 and they are currently correct. So this is just a bug in our J4 installation data. Nothing to fix for people upgrading

@brianteeman
Copy link
Contributor Author

update sql files removed as requested - i only put them because...

@wilsonge wilsonge merged commit dfa0f94 into joomla:4.0-dev Sep 2, 2019
@wilsonge
Copy link
Contributor

wilsonge commented Sep 2, 2019

95% of the time we should have them since in alpha 11 we're claiming to have a give or take working upgrade path (in that there's expected errors as the template swaps). This is the 5% where there's nothing to fix for those upgrading.

@wilsonge
Copy link
Contributor

wilsonge commented Sep 2, 2019

Thanks!

@wilsonge wilsonge added this to the Joomla 4.0 milestone Sep 2, 2019
@brianteeman brianteeman deleted the sxm27 branch September 2, 2019 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants