fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16876] handle ajax call to table update


From: sigurdne
Subject: [Fmsystem-commits] [16876] handle ajax call to table update
Date: Tue, 27 Jun 2017 08:15:37 -0400 (EDT)

Revision: 16876
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16876
Author:   sigurdne
Date:     2017-06-27 08:15:36 -0400 (Tue, 27 Jun 2017)
Log Message:
-----------
handle ajax call to table update

Modified Paths:
--------------
    trunk/property/js/portico/agreement.edit.js
    trunk/property/js/portico/s_agreement.edit.js

Modified: trunk/property/js/portico/agreement.edit.js
===================================================================
--- trunk/property/js/portico/agreement.edit.js 2017-06-27 12:14:59 UTC (rev 
16875)
+++ trunk/property/js/portico/agreement.edit.js 2017-06-27 12:15:36 UTC (rev 
16876)
@@ -40,9 +40,7 @@
                        data: {day: day, hour: hour, minute: minute, user_list: 
user, type: type, id: id},
                        success: function (data)
                        {
-                               obj = JSON.parse(data);
-                               var newstr = obj.replace("&", "&", "gi");
-                               JqueryPortico.updateinlineTableHelper(oTable0, 
newstr);
+                               
JqueryPortico.updateinlineTableHelper('datatable-container_0');
                        }
                });
        }

Modified: trunk/property/js/portico/s_agreement.edit.js
===================================================================
--- trunk/property/js/portico/s_agreement.edit.js       2017-06-27 12:14:59 UTC 
(rev 16875)
+++ trunk/property/js/portico/s_agreement.edit.js       2017-06-27 12:15:36 UTC 
(rev 16876)
@@ -66,9 +66,7 @@
                        data: {day: day, hour: hour, minute: minute, user_list: 
user, type: type, id: id},
                        success: function (data)
                        {
-                               obj = JSON.parse(data);
-                               var newstr = obj.replace("&", "&", "gi");
-                               JqueryPortico.updateinlineTableHelper(oTable0, 
newstr);
+                               
JqueryPortico.updateinlineTableHelper('datatable-container_0');
                        }
                });
        }




reply via email to

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