fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11277] property: add case for interlink


From: Sigurd Nes
Subject: [Fmsystem-commits] [11277] property: add case for interlink
Date: Fri, 06 Sep 2013 09:25:27 +0000

Revision: 11277
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11277
Author:   sigurdne
Date:     2013-09-06 09:25:26 +0000 (Fri, 06 Sep 2013)
Log Message:
-----------
property: add case for interlink

Modified Paths:
--------------
    trunk/property/inc/class.interlink.inc.php

Modified: trunk/property/inc/class.interlink.inc.php
===================================================================
--- trunk/property/inc/class.interlink.inc.php  2013-09-06 09:24:58 UTC (rev 
11276)
+++ trunk/property/inc/class.interlink.inc.php  2013-09-06 09:25:26 UTC (rev 
11277)
@@ -325,6 +325,10 @@
                        {
                                $link = array('menuaction' => 
'controller.uicheck_list.view_control_info', 'check_list_id' => $id);
                        }
+                       else if($type == '.activity')
+                       {
+                               $link = array('menuaction' => 
'logistic.uiactivity.view_resource_allocation', 'activity_id' => $id);
+                       }
                        else if( substr($type, 1, 8) == 'location' )
                        {
                                $type           = explode('.',$type);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]