Skip to content

Commit

Permalink
fix: Wiki Space shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadGenie authored Jul 23, 2023
1 parent 4e50151 commit 58cb05a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions wiki/wiki/workspace/wiki/wiki.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"charts": [],
"content": "[{\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\">Wiki</span>\",\"col\":12}},{\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Pages\",\"col\":4}},{\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Page Patches\",\"col\":4}},{\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Sidebar\",\"col\":4}},{\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Revisions\",\"col\":4}},{\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Settings\",\"col\":4}}]",
"content": "[{\"id\":\"f6laZQUa0x\",\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\">Wiki</span>\",\"col\":12}},{\"id\":\"ir8Llemis5\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Pages\",\"col\":4}},{\"id\":\"tZQ_AtqABm\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Space\",\"col\":3}},{\"id\":\"z4qT3yMggL\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Settings\",\"col\":4}},{\"id\":\"cTIBC0weUT\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Patches\",\"col\":4}},{\"id\":\"BsC6YwujPn\",\"type\":\"shortcut\",\"data\":{\"shortcut_name\":\"Wiki Page Revisions\",\"col\":4}}]",
"creation": "2022-09-25 16:45:20.547072",
"custom_blocks": [],
"docstatus": 0,
Expand All @@ -12,7 +12,7 @@
"is_hidden": 0,
"label": "Wiki",
"links": [],
"modified": "2023-07-23 12:42:01.214002",
"modified": "2023-07-23 13:03:07.200464",
"modified_by": "Administrator",
"module": "Wiki",
"name": "Wiki",
Expand All @@ -34,11 +34,21 @@
"type": "DocType"
},
{
"color": "Grey",
"doc_view": "List",
"label": "Wiki Space",
"link_to": "Wiki Space",
"type": "DocType"
},
{
"color": "Yellow",
"doc_view": "List",
"format": "{} Under Review",
"label": "Wiki Page Patches",
"link_to": "Wiki Page Patch",
"stats_filter": "{\"status\":[\"=\",\"Under Review\"]}",
"type": "DocType"
},
{
"color": "Grey",
"doc_view": "List",
Expand All @@ -52,15 +62,6 @@
"label": "Wiki Page Revisions",
"link_to": "Wiki Page Revision",
"type": "DocType"
},
{
"color": "Yellow",
"doc_view": "List",
"format": "{} Under Review",
"label": "Page Patches",
"link_to": "Wiki Page Patch",
"stats_filter": "{\"status\":[\"=\",\"Under Review\"]}",
"type": "DocType"
}
],
"title": "Wiki"
Expand Down

0 comments on commit 58cb05a

Please sign in to comment.