Problem/Motivation
Modules are supposed to provide a Help text page per the HELP text standards for Core and Contrib. Even though Entity API does not provide a user interface it would be helpful to include with it a quick description about the module and how its used.
Proposed resolution
Write a help text according to https://www.drupal.org/node/632280
Remaining tasks
Review/Comment on patch(es).User interface changes
Improves the UI
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 2886570-14-follow-up.patch | 3.72 KB | tr |
| #11 | 2886570-11-hook-help.patch | 2.63 KB | tr |
Comments
Comment #2
dbt102 commentedComment #3
dbt102 commentedComment #4
dbt102 commentedComment #5
dbt102 commentedComment #6
krina.addweb commented@dbt102, Thanks for providing patch, It works for Help Page but when I checked for :
I didn't find any link to check the changes from Structure.
Comment #7
dbt102 commentedoops ... thanks@krina.addweb ... that shouldn't be there ... new patch with interdiff attached
Comment #8
dbt102 commentedComment #9
krina.addweb commented@dbt102, Perfect Thanks!.. now it works well as I checked it with Simplytest.me.
Comment #10
joseph.olstadnice , thanks!
Comment #11
tr commented#7 no longer applies in DrupalCI because of fuzz in the patch. Here is a re-roll. Also has the whitespace error removed (coding standards).
Comment #12
tr commentedCommitted to 7.x-1.x. This should also be forward-ported to 8.x-1.x.
Comment #14
tr commentedI should have reviewed the patch more carefully. Here are a few changes that need to be made.
I changed the help URL to point to the Entity API documentation guide instead of the core Drupal Entity API guide. This help should be about the Entity API module, not about the core Entity API.
I removed extraneous white space from some strings.
I removed an unused parameter (@blocks) in the second argument to a t() call.
Comment #16
tr commented