docs(governance): 記錄 P1-007 正式驗證 [skip ci]
This commit is contained in:
@@ -634,6 +634,7 @@ export function AutomationInventoryTab() {
|
||||
const serviceHealthActionRequiredRules = serviceHealthNotificationPolicy.rollups.action_required_rule_ids.length
|
||||
const serviceHealthNotificationAllowedCount = serviceHealthNotificationPolicy.rollups.notification_send_allowed_count
|
||||
const serviceHealthRedactionCategoryCount = serviceHealthNotificationPolicy.display_redaction_contract.forbidden_frontend_content.length
|
||||
const serviceHealthForbiddenFieldCount = serviceHealthNotificationPolicy.message_template_contract.forbidden_fields.length
|
||||
const serviceHealthRedactionLocked = (
|
||||
serviceHealthNotificationPolicy.display_redaction_contract.conversation_transcript_display_allowed === false
|
||||
&& serviceHealthNotificationPolicy.display_redaction_contract.redaction_required === true
|
||||
@@ -2257,9 +2258,8 @@ export function AutomationInventoryTab() {
|
||||
})}
|
||||
</div>
|
||||
<div style={{ display: 'flex', flexWrap: 'wrap', gap: 6 }}>
|
||||
{serviceHealthNotificationPolicy.message_template_contract.forbidden_fields.map(field => (
|
||||
<Chip key={field} value={field} />
|
||||
))}
|
||||
<Chip value={t('serviceHealthNotification.labels.forbiddenFieldCount', { count: serviceHealthForbiddenFieldCount })} />
|
||||
<Chip value={t('serviceHealthNotification.labels.noRawInternalFields')} muted />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user