Skip to content

Commit

Permalink
[BUGFIX] Allow editing and copying of composer proposal
Browse files Browse the repository at this point in the history
The composer manifest proposal, introduced in #93931,
uses t3editor to display the composer.json content.
The corresponding TCA was configured to be "readOnly",
which however had no effect until #94081.

Since there is no reason to disallow editing or
copying of the proposal, the "readOnly" option
is removed from the TCA configuration.

Resolves: #93931
Releases: master, 10.4
Change-Id: Ia0c0377d69a21bd599875079fe93c22435d44b4e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69191
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Jochen <rothjochen@gmail.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Jochen <rothjochen@gmail.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
  • Loading branch information
o-ba committed May 20, 2021
1 parent 59509b6 commit 3e02b00
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -147,7 +147,6 @@ protected function getComposerManifestMarkup(string $extensionKey): string
'itemFormElValue' => $composerManifest,
'fieldConf' => [
'config' => [
'readOnly' => true,
'rows' => ++$rows,
'codeMirrorFirstLineNumber' => 1,
]
Expand Down

0 comments on commit 3e02b00

Please sign in to comment.