Fix undefined notices and malformed settings

Created on 8 October 2021, over 3 years ago
Updated 5 June 2025, 1 day ago

Problem/Motivation

When rendering a view using Fullcalendar style plugin, the settings get double-processed for some reason, resulting in a flattened structure (e.g. $settings['options']['plugins'][0] becomes $settings[0]). Also, any undefined settings (i.e. settings left blank in the Views UI) cause a PHP notice.

Proposed resolution

Attached patch fixes above issues, by adding a 'processed' flag to settings and skipping processing if set.

πŸ› Bug report
Status

Closed: outdated

Version

2.0

Component

Code

Created by

πŸ‡¨πŸ‡¦Canada bgilhome Victoria

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States dcam

    I've volunteered to help clean up the FullCalendar issue queue. As part of that effort I'm closing issues open for unsupported versions of the module as "Closed (outdated)".

    If this issue is still relevant for version 3.x of FullCalendar, then feel free to re-open it and update the issue version number.

Production build 0.71.5 2024