Problem/Motivation

Getting below error when running a test in my custom module which uses fullcalendar legend module as dependency.
views.view.fullcalendar:display.default.display_options.header.fullcalendar_legend.heading_level missing schema, views.view.fullcalendar:display.default.display_options.legend_display_style missing schema

Steps to reproduce

  1. Added the custom taxonomy Event type field in Fullcalender view
  2. In Full calendar settings enable color by taxonomy term
  3. Enable the Fullcalendar legend module and add the fullcalendar legend in header section in full calendar view
  4. Write the test to enable the Fullcalendar legend module and while running the test getting missing schema error

Below extra schema is getting added while exporting views after enabling the fullcalendar legend module and using in views

header:
        fullcalendar_legend:
          id: fullcalendar_legend
          table: views
          field: fullcalendar_legend
          relationship: none
          group_type: group
          admin_label: ''
          plugin_id: fullcalendar_legend
          empty: true
          heading_level: h3

legend_display_style: block

Proposed resolution

Please create schema for fullcalendar_legend module

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

maheshv created an issue. See original summary.

maheshv’s picture

Title: Missing Schema Error for » Missing Schema Error for Fullcalendar legend module
nitesh624’s picture

Issue summary: View changes
maheshv’s picture

Issue summary: View changes
maheshv’s picture

Issue summary: View changes
maheshv’s picture

Issue summary: View changes
dcam’s picture

Version: 3.0.2 » 3.1.x-dev

This is still relevant. There's no config schema in the fullcalendar_legend submodule.

dcam’s picture

Priority: Critical » Major

According to the issue priority descriptions this qualifies as Major at the most.

mandclu’s picture

Version: 3.1.x-dev » 3.0.x-dev

dcam changed the visibility of the branch 3511172-missing-schema-error to hidden.

dcam changed the visibility of the branch 3.0.x to hidden.

dcam’s picture

Status: Active » Needs review

  • mandclu committed f5b5fd20 on 3.0.x authored by dcam
    Issue #3511172 by dcam: Missing Schema Error for Fullcalendar legend...
mandclu’s picture

Status: Needs review » Fixed

Even added a regex validation constraint. Nice work @dcam!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.