From 1593f3015ce60e7575c24186e7bfca5e415b57b3 Mon Sep 17 00:00:00 2001 From: meichthys Date: Tue, 30 Sep 2025 03:43:16 +0000 Subject: [PATCH] add website to profiles --- church/fixtures/module_profile.json | 8 +------- church/fixtures/role_profile.json | 8 +++++++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/church/fixtures/module_profile.json b/church/fixtures/module_profile.json index 83ad048..bc206fb 100644 --- a/church/fixtures/module_profile.json +++ b/church/fixtures/module_profile.json @@ -187,12 +187,6 @@ "parentfield": "block_modules", "parenttype": "Module Profile" }, - { - "module": "Website", - "parent": "Church", - "parentfield": "block_modules", - "parenttype": "Module Profile" - }, { "module": "Core", "parent": "Church", @@ -202,7 +196,7 @@ ], "docstatus": 0, "doctype": "Module Profile", - "modified": "2025-09-28 23:41:01.988904", + "modified": "2025-09-29 23:11:31.779249", "module_profile_name": "Church", "name": "Church" } diff --git a/church/fixtures/role_profile.json b/church/fixtures/role_profile.json index f79d6ed..28b474b 100644 --- a/church/fixtures/role_profile.json +++ b/church/fixtures/role_profile.json @@ -2,7 +2,7 @@ { "docstatus": 0, "doctype": "Role Profile", - "modified": "2025-09-28 23:20:24.723675", + "modified": "2025-09-29 23:11:16.796446", "name": "Church Manager", "role_profile": "Church Manager", "roles": [ @@ -17,6 +17,12 @@ "parentfield": "roles", "parenttype": "Role Profile", "role": "Church User" + }, + { + "parent": "Church Manager", + "parentfield": "roles", + "parenttype": "Role Profile", + "role": "Website Manager" } ] },