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

Redirect Manager: Fix Broken UI in Cloud SDK #2721

Merged

Conversation

YegorKozlov
Copy link
Contributor

Fix #2720

Granite Form elements are rendered differently in AEM 6.4/6.5 and Cloud SDK. Same HTML looks good in 6.5, but broken in Cloud SDK and the other way around.

Instead of hardcoding the compiled html it is better to build the form from coral inputs . This way AEM will build the correct html on each platform.

      + myform
        - sling:resourceType = "granite/ui/components/coral/foundation/form"
        - method = "post"
        + items
          + source
          + target
          + statusCode
          .....

@davidjgonzalez davidjgonzalez merged commit 9d19107 into Adobe-Consulting-Services:master Oct 20, 2021
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.

Redirect Manager: Broken UI in Cloud SDK
2 participants