Project

General

Profile

Actions

Bug #104890

closed

Empty groups should be hidden in site settings editor

Added by Lina Wolf 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-09-11
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If I define Categories that have no settings those should be hidden:

categories:
  BlogExample2:
    label: 'Blog Example 2: Noting here'
  BlogExample:
    label: 'Blog Example'
  BlogExample.empty:
    label: 'Empty: Nothing here'
    parent: BlogExample
  BlogExample.templates:
    label: 'Templates'
    parent: BlogExample
  BlogExample.pages:
    label: 'Pages'
    parent: BlogExample
  BlogExample.settings:
    label: 'Settings'
    parent: BlogExample

settings:
  blogExample.templateRootPath:
    label: 'Templates'
    category: BlogExample.templates
    description: 'Path to template root'
    type: string
    default: 'EXT:blog_example/Resources/Private/Templates/'
  blogExample.partialRootPath:
    label: 'Templates'
    category: BlogExample.templates
    description: 'Path to template root'
    type: string
    default: 'EXT:blog_example/Resources/Private/Partials/'
  blogExample.layoutRootPath:
    label: 'Templates'
    category: BlogExample.pages
    description: 'Path to template root'
    type: string
    default: 'EXT:blog_example/Resources/Private/Layouts/'
  blogExample.storagePid:
    label: 'Default storage PID'
    category: BlogExample.settings
    description: 'Folder that stores all blogs, blog-posts and comments'
    type: int
    default: 0
  blogExample.editorUsergroupUid:
    label: 'Frontend admin user group UID'
    category: BlogExample.settings
    description: 'Enter the uid of the front end user group that should be allowed to edit blogs and post in the frontend in the admin plugin. '
    type: int
    default: 0
  blogExample.postsPerPage:
    label: 'Posts per page'
    category: BlogExample.settings
    description: 'How many posts should be displayed per page of pagination?'
    type: int
    default: 3


Files

Actions #1

Updated by Mathias Brodala 2 months ago

  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review about 2 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86390

Actions #3

Updated by Benjamin Franzke about 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF