koninklijke-collective / my_user_management

TYPO3 Extension: User Management
https://typo3.org/extensions/repository/view/my_user_management
7 stars 19 forks source link

InvalidActionNameException when accessing #61

Closed vte-udg closed 2 years ago

vte-udg commented 3 years ago

Bug Report

Prerequisites

Description

When I try to access the detail-view of permissions a user has (this is new to TYPO3 in V10) via Backend Management > User Admin an exception is thrown: The action "show" (controller "KoninklijkeCollective\MyUserManagement\Controller\BackendUserController") is not allowed by this plugin / module. Please check TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\CMS\Extbase\Utility\ExtensionUtility::configureModule() in your ext_tables.php.

Steps to Reproduce

  1. Go to Backend Management > User Admin
  2. Click on the "Show details" icon next to a backend-user mum-issue1

Expected behavior: I can access the detail-view of the backend-user that lists all his permissions. mum-issue2 Ideally though, this view / this button should not exist, at least not for regular editors as they should not be able to see all permission in detail.

Actual behavior: TYPO3\CMS\Extbase\Mvc\Exception\InvalidActionNameException The action "show" (controller "KoninklijkeCollective\MyUserManagement\Controller\BackendUserController") is not allowed by this plugin / module. Please check TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php / TYPO3\CMS\Extbase\Utility\ExtensionUtility::configureModule() in your ext_tables.php.

Versions

5.0

bmoex commented 2 years ago

Show is added in 7.0.0