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
Consolidate template object building and context application
Replaces `build_template_object` and `apply_import_context` with a single
`prepare_import_model` orchestrator that handles the whole pipeline:
build the template object → assign form params (if any) → apply context.
Both `:import` and `:do_import` collection actions now call one method
instead of two, and the form-params extraction is encapsulated inside the
helper instead of being duplicated at the call site.
0 commit comments