Add the missing pending versions link to the manage assets in tag screen.
This commit is contained in:
parent
2236460583
commit
d2b9be686c
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
- fixed Survey response startDate stored twice (Patrick Donelan, SDH Consulting)
|
||||
- fixed Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled (Patrick Donelan, SDH Consulting)
|
||||
- fixed #10689: Version Tag Modes (Henry Tang, Long Term Results B.V.)
|
||||
- fixed #10733: viewing pending version tags
|
||||
|
||||
7.7.16
|
||||
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks
|
||||
|
|
|
|||
|
|
@ -651,6 +651,7 @@ sub www_manageRevisionsInTag {
|
|||
$ac->addSubmenuItem($session->url->page('op=editVersionTag'), $i18n->get("add a version tag"));
|
||||
$ac->addSubmenuItem($session->url->page('op=manageCommittedVersions'), $i18n->get("manage committed versions")) if canView($session);
|
||||
$ac->addSubmenuItem($session->url->page('op=manageVersions'), $i18n->get("manage versions"));
|
||||
$ac->addSubmenuItem($session->url->page('op=managePendingVersions'), $i18n->get("manage pending versions")) if canView($session);
|
||||
|
||||
# Process any actions
|
||||
my $action = lc $session->form->get('action');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue