Skip to content

Commit 2e1d22c

Browse files
committed
[DOCS] Fix wrong issue number
Resolves: #107950 Related: #107823 Releases: main Change-Id: Ide420aba3fea6b8d2dead3a9ba33a73e0c476522 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91387 Reviewed-by: Oli Bartsch <bo@cedev.de> Reviewed-by: Garvin Hicking <garvin@hick.ing> Tested-by: Josua Vogel <j.vogel97@web.de> Tested-by: Garvin Hicking <garvin@hick.ing> Reviewed-by: Josua Vogel <j.vogel97@web.de> Tested-by: core-ci <typo3@b13.com> Tested-by: Oli Bartsch <bo@cedev.de>
1 parent 68f46b8 commit 2e1d22c

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

typo3/sysext/core/Documentation/Changelog/14.0/Breaking-107884-ReworkActionsToUseButtonsAPI.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Impact
3737
Extensions that listen to the :php:`ModifyRecordListRecordActionsEvent` or
3838
:php:`ProcessFileListActionsEvent` to modify record or file actions need to be
3939
updated. The events no longer work with HTML strings but with
40-
:php:`ComponentInterface` objects (see :issue:`107824`).
40+
:php:`ComponentInterface` objects (see :issue:`107823`).
4141

4242
Extensions that directly call :php:`DatabaseRecordList::makeControl()` need to
4343
update the method signature as the `$table` parameter has been removed.
@@ -147,7 +147,7 @@ Instead of retrieving all items and modifying them, distinct event methods
147147
identifying each action button with a string like the former array key index.
148148

149149
Action buttons can now longer be submitted as raw HTML markup, but instead need to
150-
utilize either the Button API or the new ComponentFactory() (see :issue:`107824`) for a convenience
150+
utilize either the Button API or the new ComponentFactory() (see :issue:`107823`) for a convenience
151151
layer on top of the Button API.
152152

153153
.. code-block:: php
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. include:: /Includes.rst.txt
22

3-
.. _deprecation-107824-1761297638:
3+
.. _deprecation-107823-1761297638:
44

55
====================================================================================
6-
Deprecation: #107824 - ButtonBar, Menu, and MenuRegistry make* methods deprecated
6+
Deprecation: #107823 - ButtonBar, Menu, and MenuRegistry make* methods deprecated
77
====================================================================================
88

9-
See :issue:`107824`
9+
See :issue:`107823`
1010

1111
Description
1212
===========
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. include:: /Includes.rst.txt
22

3-
.. _feature-107824-1761297638:
3+
.. _feature-107823-1761297638:
44

55
==========================================================
6-
Feature: #107824 - ComponentFactory for backend components
6+
Feature: #107823 - ComponentFactory for backend components
77
==========================================================
88

9-
See :issue:`107824`
9+
See :issue:`107823`
1010

1111
Description
1212
===========
@@ -33,7 +33,7 @@ and :php:`ComponentFactory` handles component creation.
3333
Additionally, several "add" methods now support fluent interface patterns, to
3434
enable method chaining for improved code readability.
3535

36-
.. _feature-107824-recordlists:
36+
.. _feature-107823-recordlists:
3737

3838
Database record list and file list
3939
----------------------------------
@@ -60,7 +60,7 @@ The Button API has also been enhanced to allow passing a new
6060
:php:`TYPO3\CMS\Backend\Template\Components\Buttons\ButtonSize` enum
6161
to differentiate the buttons for certain icon sizes.
6262

63-
.. _feature-107824-factorymethods:
63+
.. _feature-107823-factorymethods:
6464

6565
Available Factory Methods
6666
-------------------------
@@ -102,13 +102,13 @@ URL parameters accept both :php:`string` and :php:`UriInterface` for convenience
102102

103103
The corresponding :php:`ButtonBar::make*()`, :php:`Menu::makeMenuItem()`, and
104104
:php:`MenuRegistry::makeMenu()` methods are now deprecated.
105-
See :ref:`deprecation-107824-1761297638`
105+
See :ref:`deprecation-107823-1761297638`
106106

107107
The Button API has also been enhanced to allow passing a new
108108
enum
109109
to differentiate the buttons for certain icon sizes.
110110

111-
.. _feature-107824-buttonapi:
111+
.. _feature-107823-buttonapi:
112112

113113
Improvements to Button API types
114114
--------------------------------
@@ -236,7 +236,7 @@ Example - Customizing pre-configured buttons:
236236
// ...
237237
}
238238
239-
.. _feature-107824-fluent:
239+
.. _feature-107823-fluent:
240240

241241
Fluent Interface Improvements
242242
=============================
@@ -272,7 +272,7 @@ chaining:
272272
These changes provide a more fluent API while maintaining backward compatibility, as the
273273
return values were previously ignored (:php:`void`).
274274

275-
.. _feature-107824-rationale:
275+
.. _feature-107823-rationale:
276276

277277
Design Rationale
278278
================

typo3/sysext/install/Configuration/ExtensionScanner/Php/MethodCallMatcher.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6590,70 +6590,70 @@
65906590
'numberOfMandatoryArguments' => 0,
65916591
'maximumNumberOfArguments' => 0,
65926592
'restFiles' => [
6593-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6593+
'Deprecation-107823-ButtonBarMakeMethods.rst',
65946594
],
65956595
],
65966596
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeInputButton' => [
65976597
'numberOfMandatoryArguments' => 0,
65986598
'maximumNumberOfArguments' => 0,
65996599
'restFiles' => [
6600-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6600+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66016601
],
66026602
],
66036603
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeSplitButton' => [
66046604
'numberOfMandatoryArguments' => 0,
66056605
'maximumNumberOfArguments' => 0,
66066606
'restFiles' => [
6607-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6607+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66086608
],
66096609
],
66106610
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeDropDownButton' => [
66116611
'numberOfMandatoryArguments' => 0,
66126612
'maximumNumberOfArguments' => 0,
66136613
'restFiles' => [
6614-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6614+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66156615
],
66166616
],
66176617
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeLinkButton' => [
66186618
'numberOfMandatoryArguments' => 0,
66196619
'maximumNumberOfArguments' => 0,
66206620
'restFiles' => [
6621-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6621+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66226622
],
66236623
],
66246624
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeFullyRenderedButton' => [
66256625
'numberOfMandatoryArguments' => 0,
66266626
'maximumNumberOfArguments' => 0,
66276627
'restFiles' => [
6628-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6628+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66296629
],
66306630
],
66316631
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeShortcutButton' => [
66326632
'numberOfMandatoryArguments' => 0,
66336633
'maximumNumberOfArguments' => 0,
66346634
'restFiles' => [
6635-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6635+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66366636
],
66376637
],
66386638
'TYPO3\CMS\Backend\Template\Components\ButtonBar->makeButton' => [
66396639
'numberOfMandatoryArguments' => 1,
66406640
'maximumNumberOfArguments' => 1,
66416641
'restFiles' => [
6642-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6642+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66436643
],
66446644
],
66456645
'TYPO3\CMS\Backend\Template\Components\Menu\Menu->makeMenuItem' => [
66466646
'numberOfMandatoryArguments' => 0,
66476647
'maximumNumberOfArguments' => 0,
66486648
'restFiles' => [
6649-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6649+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66506650
],
66516651
],
66526652
'TYPO3\CMS\Backend\Template\Components\MenuRegistry->makeMenu' => [
66536653
'numberOfMandatoryArguments' => 0,
66546654
'maximumNumberOfArguments' => 0,
66556655
'restFiles' => [
6656-
'Deprecation-107824-ButtonBarMakeMethods.rst',
6656+
'Deprecation-107823-ButtonBarMakeMethods.rst',
66576657
],
66586658
],
66596659
'TYPO3\CMS\Core\Resource\Index\ExtractorRegistry->registerExtractionService' => [

0 commit comments

Comments
 (0)