This question about Missing functionality: Asked

Feature: use revision in ApprovalHistory

-- HenrySeventyEight - 02 Jul 2012

 

To be able to use $rev in APPROVALHISTORY, change ApprovalPlugin.pm like this:

<pre>

451d450
+ my $rev = (Foswiki::Func::getRevisionInfo($web,$topic))[2];
464d462
+ $fmt =~ s/\$rev/$rev/geo;

</pre>

QuestionForm edit

Subject Missing functionality
Extension ApprovalPlugin
Version Foswiki 1.1.5
Status Asked
Related Topics
Topic revision: r1 - 02 Jul 2012, HenrySeventyEight
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy