Skip to content
Snippets Groups Projects
Commit fcbfb045 authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[BUGFIX] Allow more page types for backend usergroups

With the new possibility to add more pages.doktype variants
since TYPO3 v10, the DB field "pagetypes_select" is not large enough
for let's say 50 custom page types.

The DB field should be extended to allow any kind of custom doktypes
to be selected.

Resolves: #92548
Releases: master, 10.4
Change-Id: I2a13df7f1095a48187cdfa4acee04c623e3a088b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66103


Tested-by: default avatarDavid Steeb <david.steeb@b13.com>
Tested-by: default avatarMatthias Stegmann <matthias.stegmann@b13.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDesiree Lochner <desiree.lochner@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarDavid Steeb <david.steeb@b13.com>
Reviewed-by: default avatarMatthias Stegmann <matthias.stegmann@b13.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarDesiree Lochner <desiree.lochner@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 77988439
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ CREATE TABLE be_groups (
allowed_languages varchar(255) DEFAULT '' NOT NULL,
custom_options text,
db_mountpoints text,
pagetypes_select varchar(255) DEFAULT '' NOT NULL,
pagetypes_select text,
tables_select text,
tables_modify text,
groupMods text,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment