Changes for page Create Application
Last modified by Cyril Boillat on 13/05/2024
From version 1.1
edited by Cyril Boillat
on 12/03/2021
on 12/03/2021
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/12.10.4]
To version 2.1
edited by Cyril Boillat
on 30/10/2022
on 30/10/2022
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.10]
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 });