From f4377a632469521d65767d0f948c4bcb9f15ec37 Mon Sep 17 00:00:00 2001 From: devketanpro <73937490+devketanpro@users.noreply.github.com> Date: Tue, 10 Jan 2023 14:40:38 +0530 Subject: [PATCH] As a Belga AD admin I want to restrict the sending of items to a Desk [SDBELGA-702] (#2415) * As a Belga AD admin I want to restrict the sending of items to a Desk [SDBELGA-702] * update key name --- apps/desks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desks.py b/apps/desks.py index f56ea394d1..284572bde0 100644 --- a/apps/desks.py +++ b/apps/desks.py @@ -49,6 +49,7 @@ class DeskTypes(SuperdeskBaseEnum): "working_stage": Resource.rel("stages", True), "content_expiry": {"type": "integer"}, "source": {"type": "string"}, + "send_to_desk_not_allowed": {"type": "boolean"}, "monitoring_settings": { "type": "list", "schema": {