Helmut Hummel

Results 101 comments of Helmut Hummel

How about: ```bash echo "DELETE FROM be_users where username='staging_admin';" | vendor/typo3 database:import ``` Does this work for you?

This has an existing workaround, has no further feedback from reporter and can easily be implemented independently.

> Yeah, the database updateschema command must never use cached TCA! Can you elaborate why? > The DB Analyzer is always uncached This is an implementation detail. From my understanding...

> Yeah, the database updateschema command must never use cached TCA! The DB Analyzer is always uncached and thus the call in SqlGenerator is always correct. Can you please elaborate...

From the code comments in ContentBlockCompiler: > As such, this class does not have knowledge about real TCA, only about the YAML definition and how to transform it into the...

The thing here is: people will use it on Windows, as bug reports for asset publishing of the core has shown. I suggested to create junctions during composer build runs,...

> The Resources/Public folder must exist in the extension, otherwise it will not be installed into .Build/Web/typo3conf/ext (even if the ExtensionTestEnvironment::prepare snippet is in composer.json) See https://review.typo3.org/c/Packages/TYPO3.CMS/+/78953/2..3/typo3/sysext/core/Documentation/Changelog/11.4/Feature-94996-ConsiderAllComposerInstalledExtensionsAsActive.rst#b130 for an explanation

> [b13/assetcollector](https://github.com/b13/assetcollector) Isn't the asset collector now part of TYPO3 core? At least I'm using the AssetCollector class in my view helper to add vite assets

closed in favor of #1182 as I could not update the PR branch any more in this PR