Project

General

Profile

Actions

Bug #104900

closed

Invalid yaml in site settings should give some kind of warning

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

Status:
Closed
Priority:
Should have
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 accidently break the settings.definition.yaml with invalid yaml like so:

categories !!!???
  BlogExample:
    label: 'Blog Example'
  BlogExample.templates:
    label: 'Templates'
    parent: BlogExample

There is no warning displayed in the new Sites > Settings module, the settings just disappear, including dependant sets.

I would suggest to display some kind of warning in such a case, Expecially in local application context.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #103558: Add warning to site module in case set dependencies are brokenClosedBenjamin Franzke2024-04-07

Actions
Has duplicate TYPO3 Core - Bug #105210: Site set isn't loaded or gets removed if the setttings.definition.yaml is somehow malformedClosed2024-10-06

Actions
Actions #1

Updated by Stefan Bürk 2 months ago

settings.definition.yaml is a code thing and should be covered by CI already.

Literally, you could use the symfony yaml linter (vendor/bin/yaml-lint) in composer mode for that,
however that does not count for legacy installs.

See https://review.typo3.org/c/Packages/TYPO3.CMS/+/84438 which introduces the command to the TYPO3 binary.

Actions #2

Updated by Benjamin Franzke about 2 months ago

  • Related to Task #103558: Add warning to site module in case set dependencies are broken added
Actions #3

Updated by Benjamin Franzke about 2 months ago

  • Assignee set to Benjamin Franzke
Actions #4

Updated by Gerrit Code Review about 2 months ago

  • Status changed from New to Under Review

Patch set 6 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/+/86392

Actions #5

Updated by Gerrit Code Review about 2 months ago

Patch set 7 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/+/86392

Actions #6

Updated by Gerrit Code Review about 2 months ago

Patch set 8 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/+/86392

Actions #7

Updated by Benjamin Franzke about 2 months ago

  • Has duplicate Bug #105210: Site set isn't loaded or gets removed if the setttings.definition.yaml is somehow malformed added
Actions #8

Updated by Gerrit Code Review about 2 months ago

Patch set 9 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/+/86392

Actions #9

Updated by Gerrit Code Review about 2 months ago

Patch set 10 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/+/86392

Actions #10

Updated by Gerrit Code Review about 2 months ago

Patch set 11 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/+/86392

Actions #11

Updated by Benjamin Franzke about 1 month ago

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

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF