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

CIF-2842 - Extend List component to list pages by product or category #967

Merged
merged 5 commits into from
Sep 7, 2022

Conversation

LSantha
Copy link
Contributor

@LSantha LSantha commented Aug 1, 2022

Added proxy component for commerce list.

Related Issue

CIF-2842

How Has This Been Tested?

Manually.

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.

@@ -0,0 +1,8 @@
<?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"
Copy link
Contributor

Choose a reason for hiding this comment

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

As the CIF list is a dropin replacement, wouldn't it make more sense to change the resource type of the normal list component when cif is enabled?

This is the way it was done for button https://github.com/adobe/aem-project-archetype/blob/d322424553beeefd1c689cfbeda9608f36509275/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/button/.content.xml

@buuhuu
Copy link
Contributor

buuhuu commented Aug 3, 2022

I think we also have to increase the cif sdk api version in the parent pom: aem.cif.sdk.api

@LSantha
Copy link
Contributor Author

LSantha commented Aug 4, 2022

aem.cif.sdk.api increased

@LSantha LSantha added the enhancement New feature, or improvement to an existing feature. label Sep 7, 2022
@LSantha LSantha merged commit a61384f into develop Sep 7, 2022
@LSantha LSantha deleted the CIF-2842 branch September 7, 2022 07:57
@vladbailescu vladbailescu added this to the 39 milestone Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, or improvement to an existing feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants