fixes
This commit is contained in:
@@ -613,7 +613,7 @@ def _profile_transfer_payload(source_profile: dict, data: dict, *, require_hashe
|
||||
"target_write_check": write_check,
|
||||
"label_mode": str(data.get("label_mode") or "none").strip(),
|
||||
"label_value": str(data.get("label_value") or "").strip(),
|
||||
"post_action": str(data.get("post_action") or "none").strip(),
|
||||
"post_action": str(data.get("post_action") or "current").strip(),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user