Conversation
[MWPW-195082] Fixed typo for window reload
…mprove handling of unresolved placeholders
Without an externalLibs entry, Milo's loader requests blocks at <codeRoot>/blocks/<name>/<name>.js (= /event-libs/blocks/<name>...), but the files live under /event-libs/v1/blocks/. Match how da-events wires the same loader so standalone aem-up sessions can render blocks. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
[MWPW-194898] : Fix updateImgTag to preserve section-metadata pictures and drop unresolved placeholders
MWPW-194614: Load RSVP form inputs from the new EMC config
Add /open-pr Claude command
…config Load event blocks from /event-libs/v1 in standalone mode
[MWPW-195781] chore: upgrade Node.js from 18 to 24 in CI workflow
|
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
|
sirivuri
approved these changes
May 29, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
T3-26.23 Stage Release
Promotes
dev→stagefor staging validation ahead of the T3-26.23 production release.Release notes
RSVP & registration
rsvp-configpage metadata (MWPW-194614) (MWPW-194614: Load RSVP form inputs from the new EMC config #134). When present, metadata is the authoritative source; legacy spreadsheet /rsvp-form-fieldspaths remain as fallback.required: truetox, join options as;-separated strings to match sheet conventions.formEl.dataset.actionbehindform.hrefcheck to prevent TypeError on meta-only path.Images & fragments
updateImgTagto preserve authored fallback images inside.section-metadatawhile still removing unresolved placeholders elsewhere (MWPW-194898) ([MWPW-194898] : Fix updateImgTag to preserve section-metadata pictures and drop unresolved placeholders #144).IMS / session recovery
window.locaton.reload()→window.location.reload()so expired IMS tokens trigger a page reload instead of a silent TypeError (MWPW-195082) ([MWPW-195082] Fixed typo for window reload #142).Standalone / local dev
/event-libs/v1in standalone mode to match da-events loader wiring (Load event blocks from /event-libs/v1 in standalone mode #148).Tooling & CI
/open-prClaude slash command for standardized PR workflow (Add /open-pr Claude command #143).Included merges
/open-prcommandPromotion path:
devis 17 commits ahead ofstageat PR open.Verification
Post-merge: merge the companion T3-26.23 Production Release PR (
stage→main) after stage validation.Made with Cursor