Project

General

Profile

Actions

Task #95350

closed

Register plugin and module controller actions as array

Added by Simon Schaufelberger over 2 years ago. Updated 3 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2021-09-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Instead of this:

ExtensionUtility::configurePlugin(
    'BlogExample',
    'Content',
    [
        ContentController::class => 'list,edit,update,delete',
    ],
    []
);

use this:

ExtensionUtility::configurePlugin(
    'BlogExample',
    'Content',
    [
        ContentController::class => ['list', 'edit', 'update', 'delete'],
    ],
    []
);

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #102666: Use array for action listClosedOliver Bartsch2023-12-13

Actions
Actions #1

Updated by Simon Schaufelberger over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Simon Schaufelberger over 2 years ago

  • Subject changed from Register plugin controller actions as array to Register plugin and module controller actions as array
Actions #3

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #4

Updated by Gerrit Code Review over 2 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #5

Updated by Benni Mack over 2 years ago

  • Target version deleted (11 LTS)
Actions #6

Updated by Gerrit Code Review over 2 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #7

Updated by Gerrit Code Review over 2 years ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #8

Updated by Gerrit Code Review over 2 years ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #9

Updated by Gerrit Code Review about 2 years ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/71232

Actions #10

Updated by Simon Schaufelberger almost 2 years ago

  • Status changed from Under Review to Rejected
Actions #11

Updated by Simon Schaufelberger 5 months ago

Actions #12

Updated by Gerrit Code Review 5 months ago

  • Status changed from Rejected to Under Review

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82182

Actions #13

Updated by Oliver Bartsch 5 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Benni Mack 3 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF