fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [17180] more on non-cookie


From: sigurdne
Subject: [Fmsystem-commits] [17180] more on non-cookie
Date: Sat, 21 Oct 2017 06:53:01 -0400 (EDT)

Revision: 17180
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17180
Author:   sigurdne
Date:     2017-10-21 06:53:00 -0400 (Sat, 21 Oct 2017)
Log Message:
-----------
more on non-cookie

Modified Paths:
--------------
    trunk/phpgwapi/js/jquery/common.js

Modified: trunk/phpgwapi/js/jquery/common.js
===================================================================
--- trunk/phpgwapi/js/jquery/common.js  2017-10-21 10:43:21 UTC (rev 17179)
+++ trunk/phpgwapi/js/jquery/common.js  2017-10-21 10:53:00 UTC (rev 17180)
@@ -1995,15 +1995,18 @@
        conflicts = (conflicts) ? conflicts : {};
        if (type == "booking")
        {
-               link = 'index.php?menuaction=booking.uibooking.edit&id=' + id;
+               link = phpGWLink('index.php', 
{menuaction:'booking.uibooking.edit', id:id});
+//             link = 'index.php?menuaction=booking.uibooking.edit&id=' + id;
        }
        else if (type == "allocation")
        {
-               link = 'index.php?menuaction=booking.uiallocation.edit&id=' + 
id;
+               link = phpGWLink('index.php', 
{menuaction:'booking.uiallocation.edit', id:id});
+//             link = 'index.php?menuaction=booking.uiallocation.edit&id=' + 
id;
        }
        else if (type == "event")
        {
-               link = 'index.php?menuaction=booking.uievent.edit&id=' + id;
+               link = phpGWLink('index.php', 
{menuaction:'booking.uievent.edit', id:id});
+//             link = 'index.php?menuaction=booking.uievent.edit&id=' + id;
        }
        text = formatGenericLink(name, link);
        if (type == "event" && conflicts.length > 0)




reply via email to

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