Fix the missing schema (drupal/cloud_dashboard)

Created on 8 October 2023, over 1 year ago
Updated 26 October 2023, over 1 year ago

Problem/Motivation

  • The following missing schema is reported by drush config:inspect:
    Key Status Validatable Data
    ------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------- ------------- ----------
    cloud_dashboard.settings No schema
    cloud_dashboard.settings:cloud.settings No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings._core No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings._core.default_config_hash No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_c3_css_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_c3_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_chart_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_d3_horizon_chart_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_d3_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_datatables_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_location_map_json_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_select2_css_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_custom_select2_js_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_default_location_map_json_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_enable_queue_cleanup No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_location_geocoder_plugin No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_spa_callback_url No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_spa_key_directory No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_use_default_urls No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_use_spa No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_view_expose_items_per_page No schema NOT ✅❓
    cloud_dashboard.settings:cloud.settings.cloud_view_items_per_page No schema NOT ✅❓
🐛 Bug report
Status

Fixed

Version

6.0

Component

Code

Created by

🇺🇸United States yas California 🇺🇸

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

Comments & Activities

  • Issue created by @yas
  • Assigned to abhishek_virasat
  • Issue was unassigned.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India abhishek_virasat

    @yas, created Schema, Please review the MR

  • 🇺🇸United States yas California 🇺🇸

    @abhishek_virasat

    Thank you for your contribution. Unfortunately, I don't see any MR. Can you please make sure of creating the MR? Thanks

  • Status changed to Needs work over 1 year ago
  • 🇺🇸United States yas California 🇺🇸
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
  • @abhishek_virasat opened merge request.
  • Status changed to Needs review over 1 year ago
  • 🇮🇳India abhishek_virasat

    @yas, sorry there was some issue at my end that's why MR was not raised, please check now and let me know if anything else needed.

  • Status changed to Needs work over 1 year ago
  • 🇺🇸United States yas California 🇺🇸

    @abhishek_virasat

    Thank you for the MR. I ran drush config:inspect --detail --only-error and found the following errors:

    $ drush config:inspect --detail --only-error
     Legend for Data: 
      ✅❓  → Correct primitive type, detailed validation impossible.
      ✅✅  → Correct primitive type, passed all validation constraints.
     ----------------------------------------------- ------------------------------------------------------ ------------- ---------- 
      Key                                             Status                                                 Validatable   Data      
     ----------------------------------------------- ------------------------------------------------------ ------------- ---------- 
      cloud_dashboard.settings:oauth2_callback_uri    missing schema                                                                 
      cloud_dashboard.settings:oauth2_client_id       missing schema                                                                 
      cloud_dashboard.settings:json_api_server_uri    missing schema                                                                 
      cloud_dashboard.settings:marker_icon_uri        missing schema                                                                 
      cloud_dashboard.settings:map_geojson_uri        missing schema                                                                 
      cloud_dashboard.settings:location_map_type      missing schema                                                                 
      cloud_dashboard.settings:location_map_latitud   missing schema                                                                 
      e                                                                                                                              
      cloud_dashboard.settings:location_map_longitu   missing schema                                                                 
      de                                                                                                                             
      cloud_dashboard.settings:location_map_zoom_ra   missing schema                                                                 
      te                                                                                                                             
      cloud_dashboard.settings:location_map_country   missing schema                                                                 
      cloud_dashboard.settings:location_map_city      missing schema                                                                 
      cloud_dashboard.settings:location_map_zoom_le   missing schema                                                                 
      vel                                                                                                                            
      cloud_dashboard.settings:cloud_dashboard_oaut   missing schema                                                                 
      h2_callback_uri                                                                                                                
      cloud_dashboard.settings:cloud_dashboard_oaut   missing schema                                                                 
      h2_client_id                                                                                                                   
      cloud_dashboard.settings:cloud_dashboard_json   missing schema                                                                 
      _api_server_uri                                                                                                                
      cloud_dashboard.settings:cloud_dashboard_mark   missing schema                                                                 
      er_icon_uri                                                                                                                    
      cloud_dashboard.settings:cloud_dashboard_map_   missing schema                                                                 
      geojson_uri                                                                                                                    
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_config_uri                                                                                                            
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_country                                                                                                               
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_city                                                                                                                  
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_latitude                                                                                                              
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_longitude                                                                                                             
      cloud_dashboard.settings:cloud_dashboard_loca   missing schema                                                                 
      tion_map_zoom_level                                                                                                            
      cloud_dashboard.settings:cloud_dashboard_bypa   missing schema                                                                 
      ss_animation                                                                                                                   
     ----------------------------------------------- ------------------------------------------------------ ------------- ---------- 

    Please validate your patch by using https://www.drupal.org/project/config_inspector
    The command should be drush config:inspect --detail --only-error

    Thanks

  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
  • Assigned to xiaohua guan
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
  • Status changed to Needs review over 1 year ago
  • 🇯🇵Japan xiaohua guan Tokyo, Japan

    @yas

    Please take a look. Thanks.

    FYI, the settings like oauth2_callback_uri, which don't begin with cloud_dashboard_, are garbage. You should to reinstall cloud_dashboard module.

  • Status changed to RTBC over 1 year ago
  • 🇺🇸United States yas California 🇺🇸

    @xiaohua-guan

    Thank you for the fix. I applied the patch and ran the command drush config:inspect. I confirmed the patch fixed the errors. I'll merge the patch to 5.x and 6.x, and close this issue as Fixed.

  • Open in Jenkins → Open on Drupal.org →
    Core: 10.1.4 + Environment: PHP 8.2 & MySQL 8
    last update over 1 year ago
    Composer require failure
    • yas committed fafb4782 on 5.x
      Issue #3392432 by yas, Xiaohua Guan: Fix the missing schema (drupal/...
  • Status changed to Fixed over 1 year ago
  • 🇺🇸United States yas California 🇺🇸
  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024