Bug #93699
closed
begroup pagetypes_select always has validation error
Added by Jörn Wagner over 3 years ago.
Updated over 3 years ago.
Category:
Backend User Interface
Description
Since 10.4.13 it's not possible to add new page types to a backend group because checking any checkbox will result in a client-side validation error and block saving. See attached video.
Downgrading to 10.4.12 solves the issue. Related to #93574?
Files
- Related to Bug #93574: TCA group db with minitems = 1 cannot be fulfilled added
- Assignee set to Andreas Kienast
- Status changed from New to Under Review
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Alright, I see. The issue is not that the validation per-se is broken, but there is (for whatever reason) a limit of maximum 20 allowed items defined in TCA. A quickfix to solve this in your case is to override that specific TCA:
unset($GLOBALS['TCA']['be_groups']['pagetypes_select']['config']['maxitems']);
Andreas Fernandez wrote in #note-7:
Alright, I see. The issue is not that the validation per-se is broken, but there is (for whatever reason) a limit of maximum 20 allowed items defined in TCA. A quickfix to solve this in your case is to override that specific TCA:
Ah. We have like 35 custom page types. Thanks, I'll include that in case it ever breaks again.
- Related to Bug #93728: be_groups[pagetypes_select] allows up to 20 page types only added
- Status changed from Resolved to Closed
Also available in: Atom
PDF