Thank-you so much for this awesome module!
Problem/Motivation
I have an application that requires more information in the revision overview form and I cannot seem to find a method to override it since the code uses an inline template.
Proposed resolution
In looking at the code I am thinking the easiest approach might be to add an alter hook once the build is complete. Another option might be to provide a template file but I think that might be more work.
Remaining tasks
Document new hook in diff.api.php.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | diff-revision_build_alter-3201483-2.patch | 3.43 KB | joel_osc |
Comments
Comment #2
joel_osc commentedHere is a patch that adds an alter on the revision build.
Comment #3
joel_osc commentedI am going to close this out, as the hook was really needed to add the vid to the row output which is better handled by #3228798: Make revisions overview page accessible.