TYPO3-CMS / styleguide

[READ-ONLY] Subtree split of the TYPO3 Core Extension "styleguide"
GNU General Public License v2.0
103 stars 61 forks source link

[BUGFIX] Frontend user and groups & acceptance postgres & chrome revert #261

Closed sbuerk closed 2 years ago

sbuerk commented 2 years ago

First we change ext_tables.sql to fix an issue, not detecting styleguide records correctly in 'fe_users' and 'fe_groups'.

Secondly we enable postgres acceptance testing, as this failed because of the error which first commit has fixed.

Fourth, we revert the chrome driver raise as it seems that the raised version is unstable for styleguide, when run as github action.

Last but not least, we add missing TCA for fe_users and fe_groups.