This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  b7c2cf7260f0563b6d7ce4eab7e69d341db5fb5d (commit)
      from  e0abdb71df79d8b2ed0b8402a7566f7a136611bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b7c2cf7260f0563b6d7ce4eab7e69d341db5fb5d

commit b7c2cf7260f0563b6d7ce4eab7e69d341db5fb5d
Author: Franck Villaume <[email protected]>
Date:   Wed Nov 16 11:45:04 2016 +0100

    display nb of associations if any in tab title

diff --git a/src/common/docman/actions/getassociations.php 
b/src/common/docman/actions/getassociations.php
index 713fb1d..5679442 100644
--- a/src/common/docman/actions/getassociations.php
+++ b/src/common/docman/actions/getassociations.php
@@ -41,6 +41,7 @@ if ($docid) {
        if ($documentObject && !$documentObject->isError()) {
                $result['html'] = 
$documentObject->showAssociations('/docman/?action=deleteassociations&group_id='.$group_id.'&dirid='.$documentObject->getDocGroupID().'&docid='.$docid);
                $result['html'] .= $documentObject->showAddAssociations();
+               $result['htmltab'] = _('Associations').' 
('.$documentObject->getAssociationCounter().')';
        } else {
                $result['html'] = $HTML->warning_msg(_('Cannot retrieve 
document')._(': ').$docid);
        }

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/actions/getassociations.php | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to