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

[VIVO-1613] Fix menu ordering bug #90

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

grahamtriggs
Copy link
Member

@grahamtriggs grahamtriggs commented Oct 20, 2018

VIVO-1613:

What does this pull request do?

Fixes problem of a blank menu ordering page

What's new?

None

How should this be tested?

Visit the menu ordering page in site admin - it should be populated, and allow you to re-order the entries

Additional Notes:

OK, here's the kicker.

The issue that this commit addresses was introduced in 2012(!), when the RDFService was being implemented, and it was never passed through to the ObjectPropertyStatementDAO.

This means that: for menu ordering to be working in prior releases, then something else must have changed to use this code path.

Interested parties

@VIVO-project/vivo-committers

@brianjlowe brianjlowe self-requested a review October 22, 2018 10:59
Copy link
Member

@brianjlowe brianjlowe left a comment

Choose a reason for hiding this comment

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

Indeed, it appears this was overlooked six years ago. Menu ordering works after the fix; definitely odd that it also worked in previous releases.

Copy link
Member

@brianjlowe brianjlowe left a comment

Choose a reason for hiding this comment

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

Indeed, it appears this was overlooked six years ago. Menu ordering works after the fix; definitely odd that it also worked in previous releases.

@gneissone gneissone self-requested a review October 24, 2018 00:44
Copy link
Member

@gneissone gneissone left a comment

Choose a reason for hiding this comment

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

Menu reordering is working again with the fix, thanks Graham.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants