fix(webui): bind consequential postbox controls to help
Module Package Release / publish-packages (push) Successful in 12s
Module Package Release / publish-packages (push) Successful in 12s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""GovOPlaN Postbox module."""
|
||||
|
||||
__version__ = "0.1.20"
|
||||
__version__ = "0.1.21"
|
||||
|
||||
@@ -75,7 +75,7 @@ from govoplan_postbox.backend.permissions import (
|
||||
|
||||
MODULE_ID = "postbox"
|
||||
MODULE_NAME = "Postbox"
|
||||
MODULE_VERSION = "0.1.20"
|
||||
MODULE_VERSION = "0.1.21"
|
||||
|
||||
|
||||
def _permission(scope: str, label: str, description: str) -> PermissionDefinition:
|
||||
@@ -725,7 +725,7 @@ manifest = ModuleManifest(
|
||||
"kind": "guide",
|
||||
"help_contexts": [
|
||||
"postbox.inbox.directory",
|
||||
"postbox.action.delete-grouping",
|
||||
"postbox.action.delete-grouping",
|
||||
"postbox.admin.templates",
|
||||
],
|
||||
"privacy_notes": [
|
||||
|
||||
Reference in New Issue
Block a user