localgovdrupal / localgov_events

Events for LocalGov Drupal.
GNU General Public License v2.0
1 stars 0 forks source link

Schema errors for views.view.localgov_events_listing #74

Open finnlewis opened 2 years ago

finnlewis commented 2 years ago

Fresh build locally and running tests gives me the following:

Event Page (Drupal\Tests\localgov_events\Functional\EventPage)
 ✘ Event fields
   ┐
   ├ Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for views.view.localgov_events_listing with the following errors: views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value.date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value.custom_date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value.timezone missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value.date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value.custom_date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value.timezone missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_1.date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_1.custom_date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_1.timezone missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_2.date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_2.custom_date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_end_value_2.timezone missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value_1.date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value_1.custom_date_format missing schema, views.view.localgov_events_listing:display.default.display_options.fields.localgov_event_date_value_1.timezone missing schema
   │
   ╵ /app/web/core/lib/Drupal/Core/Config/Development/ConfigSchemaChecker.php:94
   ╵ /app/web/core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php:142
   ╵ /app/web/core/lib/Drupal/Core/Config/Config.php:229
   ╵ /app/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:274
   ╵ /app/web/core/lib/Drupal/Core/Entity/EntityStorageBase.php:524
   ╵ /app/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php:253
   ╵ /app/web/core/lib/Drupal/Core/Entity/EntityBase.php:339
   ╵ /app/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php:607
   ╵ /app/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:392
   ╵ /app/web/core/lib/Drupal/Core/Config/ConfigInstaller.php:152
   ╵ /app/web/core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php:75
   ╵ /app/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:324
   ╵ /app/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
   ╵ /app/web/core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php:474
   ╵ /app/web/core/tests/Drupal/Tests/BrowserTestBase.php:559
   ╵ /app/web/core/tests/Drupal/Tests/BrowserTestBase.php:378
   ╵ /app/web/modules/contrib/localgov_events/tests/src/Functional/EventPageTest.php:49
   ╵ /app/vendor/phpunit/phpunit/src/Framework/TestResult.php:726
   ┴