From version 1.5
edited by jdr
on 29.07.2021, 15:04
Change comment: There is no comment for this version
To version 1.6
edited by awa
on 24.03.2023, 15:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.jdr
1 +XWiki.awa
Content
... ... @@ -48,7 +48,8 @@
48 48   $('.xm-form input').not('[name=fcp_persistence]').attr('disabled', "disabled");
49 49   $('.xm-form textarea').attr('disabled', "disabled");
50 50   $('.xm-form select').attr('disabled', "disabled");
51 - $('.xm-form').submit();
51 + xm_validator.disable();
52 + $('.xm-form').trigger("submit");
52 52  });
53 53  $('[xn="fcp_persistence"] .img-uploaded-preview').visible(false);
54 54  {{/code}}