-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Help editor] Remove parentID #7025
[Help editor] Remove parentID #7025
Conversation
75b97fe
to
ef81293
Compare
ef81293
to
452cbb3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code changes look good.
@maltheism did you test or just review? |
@driusan I just reviewed the code and visited the module. |
@pierre-p-s can you make sure to test the actual help displayed in the modules (not only the help editor module itself) |
@maltheism Good point. |
16bc626
to
1a1c385
Compare
Thanks @pierre-p-s, I fixed the notices. |
01c38dc
to
d0ce675
Compare
1180b29
to
dc49727
Compare
dc49727
to
a4ad82a
Compare
CHANGELOG.md
Outdated
@@ -25,6 +25,8 @@ requesting a new account and will be displayed in the User Accounts module (PR # | |||
#### Bug Fixes | |||
- *Add item here* | |||
### Modules | |||
#### Help Editor | |||
- parentID was removed. (PR #7025) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this changelog update means anything to users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@driusan What do you suggest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about a few more words to make it meaningful to readers, like :
Cleaned up deprecated column
parentID
#7025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't think that means anything to readers. What's the effect of removing parentID? If it's not noticeable in any way, it's not worth mentioning in the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@driusan I edited the CHANGELOG to add @christinerogers suggestion, let me know if you prefer to remove the mention.
4534e0b
to
2f0ec21
Compare
2f0ec21
to
a0fca07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine and seems well tested. Thanks for the extra context in the Changelog entry.
@driusan i think it's ready for your re-review.
Remove unused Parent Topic hierarchy from help system. Resolves aces#5784
Remove unused Parent Topic hierarchy from help system. Resolves aces#5784
According to #5784, parents and subtopics are not relevant anymore in the help editor. This PR removes the concept of hierarchy for the help content.
To test
run RB_help.sql
run SQL/Cleanup_patches/2020-09-09-RemoveHelpParentID.sql
Navigate the module, checking that nothing is broken, and that the parentID column is gone (and any mention of it in the module).
Resolves [Help Editor] parent and subtopics? #5784