Skip to content
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

Release 0.10.3 #2501

Merged
merged 29 commits into from
Feb 21, 2020
Merged

Release 0.10.3 #2501

merged 29 commits into from
Feb 21, 2020

Conversation

tomgreenfield
Copy link
Contributor

PR for 0.10.3.

return cb(null, true);
}

function iterateThroughChildren(parents, children) {
Copy link
Member

Choose a reason for hiding this comment

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

This seems to be getting false positives. Getting the following error on menus:
Menu 'menu' does not contain any articles

Copy link
Contributor

Choose a reason for hiding this comment

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

(Just so I'm clear) Does the menu have any pages in it?

I did mention the error message for empty menus being slightly strange in #2489 (comment), but I think we said it was ok because pages will be added in order to add articles.

Copy link
Member

Choose a reason for hiding this comment

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

Yes, the menu had a child page. The child page had a valid article, block and component.

Copy link
Contributor

Choose a reason for hiding this comment

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

This sounds like a show-stopper. I'm not able to test this right now.

@tomgreenfield can you confirm if this is something you have noticed on your 0.10.3 server?

Do we know if this happens every time or only some of the time?

Copy link
Member

Choose a reason for hiding this comment

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

It's every time for me, tried new course and import. All have sub menus with valid pages in the submenu.

Used a clean install of release/bugpatch branch, node v12.11.1, mongo v3.6.12, Firefox 72.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can replicate this, @canstudios-nicolaw.

@tomgreenfield
Copy link
Contributor Author

Ready for re-review @dancgray & @canstudios-nicolaw; planning to leave open till Friday to give it a run on our production server.

@canstudios-nicolaw
Copy link
Contributor

Thanks for sorting this @tomgreenfield. It wouldn't be an AT release without updating the release date in the Changelog at least once!

Copy link
Contributor

@canstudios-nicolaw canstudios-nicolaw left a comment

Choose a reason for hiding this comment

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

👀

@tomgreenfield tomgreenfield merged commit 28247b0 into master Feb 21, 2020
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.

3 participants