Skip to content
Snippets Groups Projects
Commit d3c36a50 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add new_tab parameter to poster group menu entries

parent 05ffb34d
No related branches found
No related tags found
1 merge request!31Resolve "Open documents in a new tab (from the menu)"
Pipeline #49436 failed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Added
~~~~~
* Open poster group menu entries in new tab.
`2.0`_ - 2021-12-27
-------------------
......
......@@ -24,6 +24,7 @@ def _get_menu_entries() -> List[Dict[str, Any]]:
group,
),
],
"new_tab": True,
}
for group in PosterGroup.objects.all()
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment