fix(server): batch grant page roles (#10007)

This commit is contained in:
forehalo
2025-02-07 05:55:07 +00:00
parent b9ad53ae68
commit 12cc94f32a
6 changed files with 70 additions and 98 deletions

View File

@@ -474,6 +474,10 @@ export const USER_FRIENDLY_ERRORS = {
type: 'invalid_input',
message: 'Page default role can not be owner.',
},
can_not_batch_grant_page_owner_permissions: {
type: 'invalid_input',
message: 'Can not batch grant page owner permissions.',
},
// Subscription Errors
unsupported_subscription_plan: {