Changes for page Create Application
Last modified by Sebastian Marsching on 2024/01/08 23:13
From version 2.1
edited by Sebastian Marsching
on 2022/05/29 22:42
on 2022/05/29 22:42
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.4]
To version 3.1
edited by Sebastian Marsching
on 2022/07/10 15:57
on 2022/07/10 15:57
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.5]
Summary
-
Objects (1 modified, 0 added, 0 removed)
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 });