Clarify Hint pack save behavior
Keep manual editing while making save the only user action and applying changes immediately without a separate publish workflow.
This commit is contained in:
@@ -116,6 +116,7 @@ enum class AdminAuditAction {
|
||||
CONTENT_SKILL_ENABLED,
|
||||
CONTENT_SKILL_DISABLED,
|
||||
CONTENT_HINT_PACK_PUBLISHED,
|
||||
CONTENT_HINT_PACK_SAVED,
|
||||
CONTENT_HINT_FEED_SETTINGS_UPDATED,
|
||||
CONTENT_HINT_FEED_GENERATED,
|
||||
}
|
||||
|
||||
@@ -215,7 +215,7 @@ class ContentService(
|
||||
now,
|
||||
audit(
|
||||
actor,
|
||||
AdminAuditAction.CONTENT_HINT_PACK_PUBLISHED,
|
||||
AdminAuditAction.CONTENT_HINT_PACK_SAVED,
|
||||
"OFFICIAL_HINT_PACK",
|
||||
locale,
|
||||
requestId,
|
||||
|
||||
Reference in New Issue
Block a user