Changes for page Create Application
Last modified by Florent Charton on 2024/08/08 18:44
From version 1.1
edited by superadmin
on 2022/06/20 08:48
on 2022/06/20 08:48
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.6]
To version 2.1
edited by Florent Charton
on 2022/06/28 18:00
on 2022/06/28 18:00
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/13.10.7]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +xwiki:XWiki.fcharton
- 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 });