fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15252] property: fix reference


From: sigurdne
Subject: [Fmsystem-commits] [15252] property: fix reference
Date: Thu, 2 Jun 2016 13:29:20 +0000 (UTC)

Revision: 15252
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15252
Author:   sigurdne
Date:     2016-06-02 13:29:20 +0000 (Thu, 02 Jun 2016)
Log Message:
-----------
property: fix reference

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

Modified: trunk/property/inc/class.uiadmin_entity.inc.php
===================================================================
--- trunk/property/inc/class.uiadmin_entity.inc.php     2016-06-02 08:06:03 UTC 
(rev 15251)
+++ trunk/property/inc/class.uiadmin_entity.inc.php     2016-06-02 13:29:20 UTC 
(rev 15252)
@@ -987,7 +987,7 @@
                                'form_action' => 
$GLOBALS['phpgw']->link('/index.php', $link_data),
                                'done_action' => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uiadmin_entity.category',
                                        'entity_id' => $entity_id, 'type' => 
$this->type)),
-                               'base_java_url' => 
json_encode(array('menuaction' => "property.uiadmin_entity.edit_category")),
+                               'base_java_url' => 
json_encode(array('menuaction' => 
"property.uiadmin_entity.get_template_attributes")),
                                'lang_save' => lang('save'),
                                'lang_done' => lang('done'),
                                'value_id' => $id,




reply via email to

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