fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [12259] add field_name to updateparameter on edit cel


From: Sigurd Nes
Subject: [Fmsystem-commits] [12259] add field_name to updateparameter on edit cell
Date: Sun, 02 Nov 2014 18:15:33 +0000

Revision: 12259
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12259
Author:   sigurdne
Date:     2014-11-02 18:15:32 +0000 (Sun, 02 Nov 2014)
Log Message:
-----------
add field_name to updateparameter on edit cell

Modified Paths:
--------------
    branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl

Modified: branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl
===================================================================
--- branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl        
2014-10-31 16:16:26 UTC (rev 12258)
+++ branches/dev-syncromind/phpgwapi/templates/base/datatable_jquery.xsl        
2014-11-02 18:15:32 UTC (rev 12259)
@@ -565,7 +565,7 @@
                        {
                                if (JqueryPortico.columns[i]['editor'] === true)
                                {
-                                       editor_cols.push({});
+                                       
editor_cols.push({sUpdateURL:editor_action + '&field_name=' + 
JqueryPortico.columns[i]['data']});
                                } else {
                                        editor_cols.push(null);
                                }




reply via email to

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