Skip to content

Commit 488155a

Browse files
committed
[FEATURE] Add attribute AsNonSchedulableCommand for "schedulable"
Resolves: TYPO3-Documentation/Changelog-To-Doc#1470 Releases: main
1 parent 14b2745 commit 488155a

File tree

1 file changed

+5
-5
lines changed
  • Documentation/ExtensionArchitecture/HowTo/UpdateExtensions/UpdateWizards

1 file changed

+5
-5
lines changed

Documentation/ExtensionArchitecture/HowTo/UpdateExtensions/UpdateWizards/Creation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ command:
120120

121121
.. include:: /_includes/CliCacheFlush.rst.txt
122122

123-
124123
.. index:: Upgrade wizards; Identifier
125124
.. _upgrade-wizards-identifier:
126125

@@ -256,10 +255,11 @@ Executing the wizard
256255
====================
257256

258257
.. versionchanged:: 14.0
259-
While extensions implementing the
260-
:php-short:`\TYPO3\CMS\Core\Upgrades\UpgradeWizardInterface` do not have to
261-
require :composer:`typo3/cms-install` anymore, that extension is still
262-
required to actually run upgrade wizards.
258+
The upgrade wizards can always be run via the console command
259+
`typo3 upgrade:run`.
260+
261+
The backend module :guilabel:`System > Upgrade` can only be used if
262+
:composer:`typo3/cms-install` is installed.
263263

264264
Wizards are listed in the backend module :guilabel:`System > Upgrade` and
265265
the card :guilabel:`Upgrade Wizard`. The registered wizard should be shown

0 commit comments

Comments
 (0)