You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement structured import results in the ImportContentletsProcessor while maintaining backward compatibility with the legacy HashMap format for the existing admin UI.
Current Situation
The ImportUtil has been refactored to support a new structured format for import results
The legacy format (HashMap<String, List>) is still required by the admin UI
ImportContentletsProcessor currently uses the legacy format directly
Objective
Enhance ImportContentletsProcessor to:
Use the new structured format internally for better type safety and maintainability
Convert results to legacy format only when needed for backward compatibility
Maintain existing functionality without breaking changes
Parent Issue
#30882
Task
Implement structured import results in the
ImportContentletsProcessor
while maintaining backward compatibility with the legacy HashMap format for the existing admin UI.Current Situation
ImportUtil
has been refactored to support a new structured format for import resultsImportContentletsProcessor
currently uses the legacy format directlyObjective
Enhance
ImportContentletsProcessor
to:Proposed Objective
Core Features
Proposed Priority
Priority 2 - Important
Acceptance Criteria
ImportContentletsProcessor
uses structured formatRelated issues
#31236
#31237
The text was updated successfully, but these errors were encountered: