@acorex/modules 20.3.0-next.3 → 20.3.0-next.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -992,9 +992,6 @@ class AXMTaskManagementMenuProvider {
992
992
  name: 'task-board',
993
993
  text: `t('task-board.page-title', {scope: 'task-management'})`,
994
994
  type: 'menu',
995
- data: {
996
- requiredPermission: 'platform',
997
- },
998
995
  icon: 'fa-light fa-list-check',
999
996
  path: `/${RootConfig.module.name}/task-board`,
1000
997
  },