Account created on 29 October 2008, over 16 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States chadhester

Credit to meetup attendees.

πŸ‡ΊπŸ‡ΈUnited States chadhester

Credit to meetup attendees.

πŸ‡ΊπŸ‡ΈUnited States chadhester

Credit to meetup attendees.

πŸ‡ΊπŸ‡ΈUnited States chadhester

If it were by design, then the time zone displayed should correspond with the time shift (e.g., GMT). In this case, both show PST. The logged out time is incorrect.

πŸ‡ΊπŸ‡ΈUnited States chadhester

chadhester β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡ΈUnited States chadhester

Confirming that an error is thrown if the test is run:

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for field.field.node.smart_date_content.field_date with the following errors: field.field.node.smart_date_content.field_date:default_value.0.default_end_date_type missing schema, field.field.node.smart_date_content.field_date:default_value.0.default_end_date missing schema

I can put the fix in another dependent issue:

chadhester@example-d10-web:/var/www/html/web/modules/contrib/smart_date$ git diff config/schema/smart_date.schema.yml 
diff --git a/config/schema/smart_date.schema.yml b/config/schema/smart_date.schema.yml
index 53d9410..930e05d 100644
--- a/config/schema/smart_date.schema.yml
+++ b/config/schema/smart_date.schema.yml
@@ -38,6 +38,12 @@ field.value.smartdate:
     default_date:
       type: string
       label: 'Default start date value'
+    default_end_date_type:
+      type: string
+      label: 'Default end date type'
+    default_end_date:
+      type: string
+      label: 'Default end date value'
     min:
       type: string
       label: 'Minimum Date'
πŸ‡ΊπŸ‡ΈUnited States chadhester

I may need to create a separate issue to handle the missing schema definition, which causes an error when running this test.

Production build 0.71.5 2024