Project

General

Profile

Actions

Bug #70651

closed

ShortcutButton throws InvalidArgumentException in ButtonBar if user is not allowed to create shortcuts

Added by Andreas Allacher over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2015-10-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

ShortcutButton has the following isValid method:

 public function isValid()
    {
        $this->preProcess();

        return (
            $this->getBackendUser()->mayMakeShortcut()
            && !empty($this->moduleName)
        );
    }

So if the user isn't allowed to create a shortcut it will throw an exception which is not handled in e.g. EditDocumentController

Actions

Also available in: Atom PDF