Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_news
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_news
Merge requests
!27
[TASK] Make category selection mandatory in ListByCategory plugin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[TASK] Make category selection mandatory in ListByCategory plugin
bugfix_list_by_category_when_no_cat_selected
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Fabio Stegmeyer
requested to merge
bugfix_list_by_category_when_no_cat_selected
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
9366d232
1 commit,
4 years ago
3 files
+
6
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Configuration/FlexForms/ListByCategory.xml
+
1
−
0
Options
@@ -31,6 +31,7 @@
<type>
select
</type>
<renderType>
selectMultipleSideBySide
</renderType>
<size>
5
</size>
<minitems>
1
</minitems>
<maxitems>
99
</maxitems>
<foreign_table>
pages
</foreign_table>
<foreign_table_where>
AND pages.sys_language_uid IN (-1, 0) AND pages.doktype = 117 ORDER BY pages.title
</foreign_table_where>
Loading