Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Configuration/Backend/DashboardWidgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ services:
iconIdentifier: 'content-widget-chart-bar'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsBar.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsBar.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand All @@ -41,7 +40,6 @@ services:
iconIdentifier: 'content-widget-chart-bar'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsPerPageDoughnut.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsPerPageDoughnut.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand Down Expand Up @@ -79,6 +77,5 @@ services:
iconIdentifier: 'content-widget-chart-pie'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.operatingSystemsDoughnut.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.operatingSystemsDoughnut.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'
31 changes: 31 additions & 0 deletions Documentation/Changelog/3.1.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
3.1.2
=====

Breaking
--------

Nothing

Features
--------

Nothing

Fixes
-----

* Fix TYPO3 13.4.14 breaking change leading to `Invalid service "*": method "TYPO3\CMS\Dashboard\Widgets\WidgetConfiguration::__construct()" has no argument named "$additionalCssClasses". Check your service definition.`

Manual changes might be necessary.
Remove the no longer existing `$additionalCssClasses` from your own service configuration in case you have any.
See related core Git commit introducing the change: https://git.typo3.org/typo3/typo3/-/commit/b05a0d5d01c

Tasks
-----

Nothing

Deprecation
-----------

Nothing
1 change: 0 additions & 1 deletion Documentation/PageviewWidgets/PageviewsPerDay.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Default widget configuration.
iconIdentifier: 'content-widget-chart-bar'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsBar.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsBar.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Default widget configuration.
iconIdentifier: 'content-widget-chart-pie'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.operatingSystemsDoughnut.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.operatingSystemsDoughnut.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand Down
1 change: 0 additions & 1 deletion Documentation/PageviewWidgets/PageviewsPerPage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Default widget configuration.
iconIdentifier: 'content-widget-chart-bar'
title: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsPerPageDoughnut.title'
description: 'LLL:EXT:tracking/Resources/Private/Language/locallang.xlf:dashboard.widgets.pageViewsPerPageDoughnut.description'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand Down
1 change: 0 additions & 1 deletion Documentation/RecordviewWidgets/Recordviews.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ Example widget configuration.
iconIdentifier: 'content-widget-chart-pie'
title: 'News'
description: 'Shows which news are called most'
additionalCssClasses: 'dashboard-item--chart'
height: 'medium'
width: 'small'

Expand Down