Patch (to be ported)
Project:
Entity API
Version:
8.x-1.x-dev
Component:
Code - misc
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2017 at 16:44 UTC
Updated:
15 Nov 2021 at 20:11 UTC
Jump to comment: Most recent, Most recent file
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