Problem/Motivation
The Custom Menu Link module help misses a link to the online documentation on drupal.org and a link to the menu page.
Proposed resolution
Add the two links. The link to the Menu admin page needs to be set so that it is only active if the Menu UI module is enabled. See #2473105: Update hook_help texts that link to modules that can be uninstalled
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | Custom Menu Links hook help.png | 193.8 KB | darol100 |
| #9 | interdiff-5-9.txt | 2.24 KB | fmb |
| #9 | hook_help_custom_menu_link-2473813-9.patch | 1.91 KB | fmb |
| #5 | interdiff-5.txt | 2.09 KB | joshi.rohit100 |
| #5 | hook_help_custom_menu_link-2473813-5.patch | 1.87 KB | joshi.rohit100 |
Comments
Comment #1
fmb commentedHere is a patch.
Comment #2
ifrikComment #3
jhodgdonLooks OK to me, thanks!
Comment #4
xjmThanks @FMB! Two small things that should be easy to fix:
There's an extra comma in there that should be removed.
As this changes UI text only, it is unfrozen and so can go in during the beta. Thanks!
Comment #5
joshi.rohit100Comment #8
ifrikSorry for one more change
The usual wording would be "For more information, see the online documentation for the Custom MenuLinks module".
That way it's consistent with the help texts, and it avoids the mentioning of "Drupal" so that it works well in other distributions as well.
Comment #9
fmb commentedComment #10
darol100 commentedThis patch seem to be working fine.
Here is an image of the results.
Comment #11
darol100 commentedComment #12
webchickGreat stuff. Committed and pushed to 8.0.x. Thanks!