hook_fullcalendar_editable is non-functional

Created on 8 April 2025, 3 months ago
Updated 7 June 2025, 28 days ago

Problem/Motivation

This issue was spun-off from πŸ› Hook not firing Active . It was noted that hook_fullcalendar_editable() is never invoked. A quick grep of the module's code show that there is neither an invokeAll() nor an alter() for this hook anymore. I didn't dig any deeper to see when it was lost, but given that hook_fullcalendar_process_dates_alter() was lost during the D8 upgrade it's a good bet that this happened at the same time.

Steps to reproduce

Build a module that invokes hook_fullcalendar_editable() or just run grep -r "fullcalendar_editable" ./ and note that the only place it appears in the code is in fullcalendar.api.php.

Proposed resolution

Either restore the functionality or delete hook_fullcalendar_editable() and hook_fullcalendar_editable_alter() from fullcalendar.api.php.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Active

Version

3.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States dcam

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