Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FORMS-7603 forms core components changes #1074

Merged
merged 2 commits into from May 23, 2023

Conversation

barshat7
Copy link
Collaborator

@barshat7 barshat7 commented May 15, 2023

Description

Change Includes

  • Update core component (6.5) versions to 1.1.18
  • Unhide "Adaptive Forms Container" component
  • Rename "AEM Forms Container" to "Adaptive Form - Embed"
  • Header Image not being copied to form editor from template editor - Fix
  • Test Cases For archetype 650

Related Issue

FORMS-7603

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@barshat7 barshat7 requested a review from rismehta May 16, 2023 06:37
@@ -83,8 +83,8 @@

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
#if ($aemVersion == "cloud")
<core.forms.components.version>2.0.14</core.forms.components.version>
<core.forms.components.af.version>2.0.14</core.forms.components.af.version>
<core.forms.components.version>2.0.16</core.forms.components.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last released version is 2.0.14. https://github.com/adobe/aem-core-forms-components

@@ -5,4 +5,4 @@
jcr:title="Adaptive Form Container"
fd:version="2.1"
sling:resourceSuperType="core/fd/components/form/container/v2/container"
componentGroup=".${appTitle} - Adaptive Form"/>
componentGroup="${appTitle} - Adaptive Form"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barshat7 , is this '.' removed intentionally

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we will need to unhide to support forms in site

Copy link

@ujjwal5 ujjwal5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

@rismehta rismehta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rismehta rismehta merged commit 183706c into develop May 23, 2023
9 checks passed
@rismehta rismehta deleted the FORMS-7603_formscorecomponentsupdates branch May 23, 2023 11:14
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Component"
jcr:title="AEM Forms Container"
jcr:title="Adaptive Form - Embed"
sling:resourceSuperType="core/fd/components/aemform/v1/aemform"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barshat7 we should use latest version(v2) for aemform in archetype.
cc: @rismehta

@barshat7 barshat7 added this to the 42 milestone Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants