Bugfix/delta#1105
Merged
Merged
Conversation
… mapper fixes - Add Sitecore extractAssets lib and wire it into createSitecoreMapper so media-library assets reach putTestData and show on the AssetMapper - Fix asset/path cells overflowing into adjacent columns (wrap long text) - Entry mapper: stop search from wiping content-type status icon and in-progress unsaved selections - Add server-side pagination to entry mapper table - Fix locale dropdown overlap and pagination/footer layout
…arch/filter; pagination + layout fixes - Keep unsaved row selections when searching/paging/clearing search - Stop search from wiping the content-type status icon - Auto-select first content type when resetting/applying status filter - Add server-side pagination and fix table height / footer layout
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
vikrantraut-cstk
approved these changes
Jul 2, 2026
umesh-more-cstk
approved these changes
Jul 2, 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.
🔗 Jira Ticket
📋 PR Type
📝 Description
What changed?
Sitecore asset extraction → Asset Mapper
extractAssetslib tomigration-sitecorethat reads the Sitecore media library (items/master/sitecore/media library), dedupes by a stable item-id uid, and only surfaces assets whose blob ships inblob/master.createSitecoreMappersoassetMappingis sent toputTestData— Sitecore media assets now populate the Asset Mapper (previously always empty for Sitecore).Entry Mapper — Redux/state fixes
UI / layout fixes
Why?
Sitecore migrations never showed media assets on the Asset Mapper because no
assetMappingwas ever built on the upload side. The entry mapper also lost in-progress selections and content-type status on search/filter, and had no pagination for large entry lists — plus several layout glitches after adding it.🧩 Affected Areas
api— Node.js backendui— React frontendupload-api— Upload API serverdocker/docker-compose🧪 How to Test
Expected result: Sitecore assets show on the Asset Mapper; entry selections and CT status survive search/filter; pagination works and the layout isn't clipped.
📸 Screenshots / Recordings
🔗 Related PRs / Dependencies
✅ Author Checklist
feature/,bugfix/, orhotfix/+ 5–30 lowercase chars.env/example.envupdated if new environment variables were addednpm test)README.md/ docs updated if behaviour changed👀 Reviewer Notes
idCorrector), matching whatsitecore.service.ts::createAssetsassigns at migration time, so delta tracking lines up across iterations.calc(100vh - 520px)(kept in sync betweenentryMapper.tsxtableHeightandindex.scss) — flag if you'd prefer a flex-based layout instead of the pixel offset.entryMapper.tsx— leaving as-is unless you want it removed.