Warning message on installation because settings form does not exist

Created on 2 January 2025, 4 months ago

Problem/Motivation

The info.yml file has this line:
configure: admin/config/user-interface/fullcalendar
However, since that path isn't defined (AFAICT), that results in a warning message when you try to install the module using Drush.

Steps to reproduce

composer require drupal/fullcalendar
drush en fullcalendar

That results in this message: Route "admin/config/user-interface/fullcalendar" does not exist.
However, the module does seem to be enabled.

Proposed resolution

It looks like at one point there was a settings form:
https://www.drupal.org/project/fullcalendar/issues/3005385
https://www.drupal.org/project/fullcalendar/issues/2746537

Either put that back and add it to the routing.yml file, or remove the configure line from the info.yml file.

(I found out about this from https://drupal.slack.com/archives/C1BB308HH/p1735828069061689)

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇺🇸United States TolstoyDotCom L.A.

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