From a51a79a76343be6c45485739d032adb2bf16e537 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 15 May 2025 18:34:51 +0930 Subject: [PATCH] feat(access): model access.Company feature flag `2025-00008` ref: #761 #760 --- app/app/settings.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/app/settings.py b/app/app/settings.py index 59a3c1d4..cb039519 100644 --- a/app/app/settings.py +++ b/app/app/settings.py @@ -685,6 +685,15 @@ if FEATURE_FLAGGING_ENABLED: "created": "", "modified": "" } + }, + { + "2025-00008": { + "name": "access.Company", + "description": "Company Entity Role. See https://github.com/nofusscomputing/centurion_erp/issues/704", + "enabled": True, + "created": "", + "modified": "" + } } ]