Bug #101686
Updated by Stefan Bürk over 1 year ago
h2. Description
For example, if the Bootstrap Package is removed using the
extension manager in a non-composer installation, switching
to the ext:forms backend module leads to a exception.
*Steps to reproduce:*
* git clone git@github.com:benjaminkott/bootstrap_package.git typo3conf/ext/bootstrap_package
* go to the extension manager
* install bootstrap_package
* remove bootstrap_package
* switch to the "Forms" backend module
- main: reproduced
- 12.4.x dev: reproduced
*Note*: With bootstrap_package main.
This seems to be unrelated to
* https://forge.typo3.org/issues/101679
* https://forge.typo3.org/issues/101681
Clearing all caches ( bin/typo3 cache:flush ) solves this.
h2. Expected behaviour:
* Openenig the overview
h2. Current:
Recieving exception that bootstrap_package yaml file cannot be parsed
!Auswahl_1368.png!
h2. Further information
It seems that https://review.typo3.org/c/Packages/TYPO3.CMS/+/80546 as fix for https://forge.typo3.org/issues/101679 does not impact this issue (which makes sense).