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 8863 #1080

Merged
merged 8 commits into from
Jun 8, 2023
Merged

Forms 8863 #1080

merged 8 commits into from
Jun 8, 2023

Conversation

barshat7
Copy link
Contributor

@barshat7 barshat7 commented May 25, 2023

Description

  • Use Aem Embed V2
  • Include Forms Clientlib in sites' page if forms included.
  • Bump core components versions
  • Vertical tabs proxy component

Related Issue

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 25, 2023 09:22
@@ -29,3 +29,11 @@
></sly>
#end

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
<sly data-sly-use.clientlib="core/wcm/components/commons/v1/templates/clientlib.html"
data-sly-use.formstructparser="com.adobe.cq.forms.core.components.models.form.FormStructureParser"

Choose a reason for hiding this comment

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

this will require a new release of core components being embedded in the archetype. lets update the cc version also in this PR else it will fail.

Copy link
Contributor

Choose a reason for hiding this comment

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

@barshat7 Please check @ujjwal5 changes. Your PR is dependent on the same

@barshat7 barshat7 added this to the 42 milestone Jun 7, 2023
@nit23uec
Copy link

nit23uec commented Jun 7, 2023

pls check if we need similar changes for xfpage component also. sites's XFs are created from a template that uses a different page component (xfpage).

@@ -29,3 +29,11 @@
></sly>
#end

#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y" or $includeFormsheadless == "y")
Copy link

Choose a reason for hiding this comment

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

we should include runtime clientlibs in xfpage as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@barshat7
Copy link
Contributor Author

barshat7 commented Jun 8, 2023

pls check if we need similar changes for xfpage component also. sites's XFs are created from a template that uses a different page component (xfpage).

Done
e650d91

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

@rismehta rismehta merged commit cf203fe into develop Jun 8, 2023
@rismehta rismehta deleted the FORMS-8863 branch June 8, 2023 08:35
@nit23uec
Copy link

nit23uec commented Jun 8, 2023

Please include forms data layer lib also

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.

7 participants