Make the dynamic route parameter "group" be of relevance

Created on 23 May 2025, 17 days ago

Problem/Motivation

Currently, every WidgetProvider plugin specifies a "group". The reason behind this is, that we can group widget providers. But there is also the "group" route parameter. This was meant to

  • A. Have all plugins be grouped url-wise.
  • B. Avoid problems with duplicate widget providers provided from different modules.

A is supported just fine. But B isn't, we need to write a custom $widgetPluginManager->createInstance() method, which takes apart from the id, and the plugin configuration a third "group" parameter.

Steps to reproduce

Proposed resolution

Make the dynamic route parameter "group" be of relevance

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇩🇪Germany Grevil

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024