mirror of
https://github.com/meichthys/church.git
synced 2026-02-18 07:39:13 +00:00
Add custom portal menu items to fixtures
This commit is contained in:
parent
617c968242
commit
524e77f01c
32
church/fixtures/portal_menu_item.json
Normal file
32
church/fixtures/portal_menu_item.json
Normal file
@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"docstatus": 0,
|
||||
"doctype": "Portal Menu Item",
|
||||
"enabled": 1,
|
||||
"modified": "2025-11-15 23:38:38.644781",
|
||||
"name": "4st08lkutb",
|
||||
"parent": "Portal Settings",
|
||||
"parentfield": "custom_menu",
|
||||
"parenttype": "Portal Settings",
|
||||
"reference_doctype": "Church Prayer Request",
|
||||
"role": "",
|
||||
"route": "prayer-request",
|
||||
"target": null,
|
||||
"title": "Prayer Requests"
|
||||
},
|
||||
{
|
||||
"docstatus": 0,
|
||||
"doctype": "Portal Menu Item",
|
||||
"enabled": 1,
|
||||
"modified": "2025-11-15 23:38:38.644781",
|
||||
"name": "mas674p3kd",
|
||||
"parent": "Portal Settings",
|
||||
"parentfield": "custom_menu",
|
||||
"parenttype": "Portal Settings",
|
||||
"reference_doctype": "Church Alms Request",
|
||||
"role": "",
|
||||
"route": "alms-request",
|
||||
"target": null,
|
||||
"title": "Alms Requests"
|
||||
}
|
||||
]
|
||||
@ -194,6 +194,10 @@ fixtures = [
|
||||
"dt": "Onboarding Step",
|
||||
"filters": [["Name", "like", "Church%"]],
|
||||
},
|
||||
{
|
||||
"dt": "Portal Menu Item",
|
||||
"filters": [["title", "in", ["Prayer Requests", "Alms Requests"]]],
|
||||
},
|
||||
{
|
||||
"dt": "Role",
|
||||
"filters": [["Name", "like", "Church%"]],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user