SUP-52881 Add admin console UI to copy static conversion profile from… - #14062
SUP-52881 Add admin console UI to copy static conversion profile from…#14062bw-kaltura wants to merge 2 commits into
Conversation
|
@github-copilot suggest |
…ice instead of shelling out Replaces the shell_exec call to copyConversionProfile.php with a proper adminConsole plugin service/action (conversionProfileAdmin.copyFromPartnerZero), following the same pattern used for entry restoration. Seeds the required API action permission for partner -2 via a deployment script.
|
@github-copilot suggest |
🤖 AI PR Review🚦 Verdict: 🔴 CRITICALThe new API action can be invoked with only a generic baseline permission (unlike every comparable sibling admin-console action, which pairs the generic permission with a dedicated one), turning what was historically an approval-gated, T3-only operation into a broadly callable self-service action. 📌 Context Summary & Code ArchaeologyThis PR replaces a manual T3-only script ( There is also an existing, more complete utility for this exact operation: 📋 Actionable Feedback
|
… partner 0
Pull Request Checklist
Please complete the following before submitting:
General notes -
New Kaltura Types
New Kaltura Services / Actions
Questions
What is the purpose of this PR?
Does this change affect production code or infrastructure?
If yes, what is the rollback plan?