From dc92e4042969b425b23c5e0f49ab0819dc38f30d Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Thu, 11 Feb 2016 10:55:41 +0000 Subject: [PATCH] Prerequisites to the custom fields SVN:trunk[3907] --- js/form_handler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/form_handler.js b/js/form_handler.js index 7b8e3938f..6aeb1dec3 100644 --- a/js/form_handler.js +++ b/js/form_handler.js @@ -95,7 +95,7 @@ $(function() { this._super( key, value ); }, - _getCurrentValues: function() + getCurrentValues: function() { var result = {}; @@ -165,7 +165,7 @@ $(function() operation: 'update', formmanager_class: this.options.formmanager_class, formmanager_data: JSON.stringify(this.options.formmanager_data), - current_values: this._getCurrentValues(), + current_values: this.getCurrentValues(), requested_fields: requestedFields }, function(data){