mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Prerequisites to the custom fields
SVN:trunk[3907]
This commit is contained in:
@@ -95,7 +95,7 @@ $(function()
|
|||||||
{
|
{
|
||||||
this._super( key, value );
|
this._super( key, value );
|
||||||
},
|
},
|
||||||
_getCurrentValues: function()
|
getCurrentValues: function()
|
||||||
{
|
{
|
||||||
var result = {};
|
var result = {};
|
||||||
|
|
||||||
@@ -165,7 +165,7 @@ $(function()
|
|||||||
operation: 'update',
|
operation: 'update',
|
||||||
formmanager_class: this.options.formmanager_class,
|
formmanager_class: this.options.formmanager_class,
|
||||||
formmanager_data: JSON.stringify(this.options.formmanager_data),
|
formmanager_data: JSON.stringify(this.options.formmanager_data),
|
||||||
current_values: this._getCurrentValues(),
|
current_values: this.getCurrentValues(),
|
||||||
requested_fields: requestedFields
|
requested_fields: requestedFields
|
||||||
},
|
},
|
||||||
function(data){
|
function(data){
|
||||||
|
|||||||
Reference in New Issue
Block a user