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.

Comments

joel_osc created an issue. See original summary.

joel_osc’s picture

Status: Active » Needs review
StatusFileSize
new3.43 KB

Here is a patch that adds an alter on the revision build.

joel_osc’s picture

Status: Needs review » Closed (won't fix)
Related issues: +#3228798: Make revisions overview page accessible

I 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.