mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
N°3678 - Portal : a modification of field cannot hide another one
This commit is contained in:
@@ -155,7 +155,7 @@ $(function()
|
||||
if(oData.form.hidden_fields !== undefined)
|
||||
{
|
||||
$.each(oData.form.hidden_fields, function( index, value ) {
|
||||
me.element.find('[data-form-path="' + sFormPath + '"][data-field-id="'+value+'"][data-attribute-flag-hidden="false"]').remove();
|
||||
me.element.find('[data-form-path="' + sFormPath + '"][data-field-id="'+value+'"][data-attribute-flag-hidden="false"]').children().remove();
|
||||
});
|
||||
}
|
||||
if(oData.form.updated_fields !== undefined)
|
||||
|
||||
Reference in New Issue
Block a user