Changes for page Create Application

Last modified by Thomas Coelho (local) on 2024/02/05 13:38

From version 1.1
edited by Thomas Coelho (local)
on 2022/04/20 16:08
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.2.1]
To version 2.1
edited by Thomas Coelho (local)
on 2022/06/09 15:07
Change comment: Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.4.1]

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -50,4 +50,9 @@
50 50   fetchPreviewUpdate();
51 51   }
52 52   });
53 + submitButton.closest('form').on('submit', function (event) {
54 + if (appNameInput.hasClass('xErrorField')) {
55 + event.preventDefault();
56 + }
57 + });
53 53  });