-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OOTB Core Component Adaptive Form templates and themes updates (#1155)
*Removal of panel for submit button for log service request. Keeping as is for other templates *Left aligned Submit button (all templates) - Remove resizing from layout layer *Benefits Summary Request - Text title - Form Introduction Text name - FormIntro *Benefits Enrollment template - Rule fixing for Others panel. Top panel title changed to Basic Details Submit button changed from generic button to actual submit button *Consent Form - Top panel name changed to events *Contact Details Update - Text titles changed to Form Introduction and New Address *Give Feedback - Panel title and name changed to Feedback and feedback respectively *Log Service Request template - Renaming Tabs on Top title and name to Service Request/servciceRequest. Moved submit button out of panel and removed the panel *Purchase Request - Text title - Form Introduction *Quality Control Inspection - Text title - Form Introduction *Request for statement - Text title - Form Introduction *Safety Inspection - Text title/name -> Instructions/instructions Renaming Tabs on Top title and name to Safety Inspection/safetyInspection. *Replaced foundation component usage by core components Container instead of foundation parsys *Header and footer policy updated for all the templates *Telphone field pattern validation fixed *Email field type fixed *Template type updated *Read for everyone ACL added for themes for publish use case *Configured REST endpoint submit action *Disable date rule in safety-inspection template
- Loading branch information
1 parent
27fd485
commit 519d248
Showing
44 changed files
with
462 additions
and
329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
...etype/ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-easel/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
8 changes: 8 additions & 0 deletions
8
...chetype/ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-fsi/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
8 changes: 8 additions & 0 deletions
8
.../ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-healthcare/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
8 changes: 8 additions & 0 deletions
8
...hetype/ui.apps/src/main/content/jcr_root/apps/fd/af/themes/__appId__-wknd/_rep_policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:rep="internal" | ||
jcr:primaryType="rep:ACL"> | ||
<allow | ||
jcr:primaryType="rep:GrantACE" | ||
rep:principalName="everyone" | ||
rep:privileges="{Name}[jcr:read]"/> | ||
</jcr:root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.