Project

General

Profile

Actions

Bug #91244

closed

Set LinkButton disabled

Added by Silas Krug about 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2020-04-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
LinkButton,Backend,Template
Complexity:
Is Regression:
Sprint Focus:

Description

\TYPO3\CMS\Backend\Template\Components\Buttons\LinkButton -> render() won't consider if status is disabled or not

This should be inserted:
if ($this->isDisabled()) {
$attributes['disabled'] = 'disabled';
}

Actions #1

Updated by Frank Nägler almost 4 years ago

  • Status changed from New to In Progress
  • Assignee set to Frank Nägler
Actions #2

Updated by Gerrit Code Review almost 4 years ago

  • Status changed from In Progress 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/+/64393

Actions #3

Updated by Gerrit Code Review almost 4 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/+/64393

Actions #4

Updated by Gerrit Code Review almost 4 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/+/64393

Actions #5

Updated by Frank Nägler almost 4 years ago

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

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF