Skip to content

Drop unsupported properties from Single Checkbox#1362

Merged
linawolf merged 2 commits intoTYPO3-Documentation:mainfrom
brotkrueml:drop-unsupported-properties-select-checkbox
Jan 31, 2026
Merged

Drop unsupported properties from Single Checkbox#1362
linawolf merged 2 commits intoTYPO3-Documentation:mainfrom
brotkrueml:drop-unsupported-properties-select-checkbox

Conversation

@brotkrueml
Copy link
Contributor

"autoSizeMax", "multiple" and "size" don't make sense for this render type and aren't supported for single checkboxes.

See also: https://github.com/TYPO3/typo3/blob/main/typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php

Releases: main, 13.4, 12.4

"autoSizeMax", "multiple" and "size" don't make sense for this render type and aren't supported for single checkboxes.

See also: https://github.com/TYPO3/typo3/blob/main/typo3/sysext/backend/Classes/Form/Element/SelectCheckBoxElement.php

Releases: main, 13.4, 12.4
@brotkrueml brotkrueml marked this pull request as draft January 7, 2026 18:15
@brotkrueml brotkrueml marked this pull request as ready for review January 7, 2026 18:16
@linawolf
Copy link
Member

linawolf commented Jan 8, 2026

In that case the anchors must be moved, not removed, preferably to a message why the content was removed

@brotkrueml
Copy link
Contributor Author

Which anchors?

The Select Checkbox does not have these three properties, therefore they should not be mentioned.

@linawolf linawolf merged commit ddd56e5 into TYPO3-Documentation:main Jan 31, 2026
4 checks passed
@github-actions
Copy link
Contributor

The backport to 12.4 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
error: could not apply 9481c1d4... Drop unsupported properties from Single Checkbox
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"

stdout
Auto-merging Documentation/ColumnsConfig/Type/Select/CheckBox/Index.rst
CONFLICT (content): Merge conflict in Documentation/ColumnsConfig/Type/Select/CheckBox/Index.rst
CONFLICT (modify/delete): Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Multiple.rst.txt deleted in 9481c1d4 (Drop unsupported properties from Single Checkbox) and modified in HEAD.  Version HEAD of Documentation/ColumnsConfig/Type/Select/CheckBox/_Properties/_Multiple.rst.txt left in tree.

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-12.4 12.4
# Navigate to the new working tree
cd .worktrees/backport-12.4
# Create a new branch
git switch --create backport-1362-to-12.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick 9481c1d4b1935e2e9970c49f90fbbfc5f1d518b3,aca809c06c529beb2882e9afaa4013adb5503b7c
# Push it to GitHub
git push --set-upstream origin backport-1362-to-12.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-12.4

Then, create a pull request where the base branch is 12.4 and the compare/head branch is backport-1362-to-12.4.

@linawolf
Copy link
Member

Automatic backport to 12.4 is not possible, please make a separate PR for 12.4 if desirec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants