Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VACMS-16545: Patch smart_date recurring date validation. #16826

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,8 @@
},
"drupal/smart_date": {
"3260965 - Undefined index: #value": "https://www.drupal.org/files/issues/2022-01-27/smart_date_undefined_value_in_validation.patch",
"3385720 - Implement errorElement() in Widgets": "https://www.drupal.org/files/issues/2023-09-08/smart_date-implement-errorelement-3385720-3.patch"
"3385720 - Implement errorElement() in Widgets": "https://www.drupal.org/files/issues/2023-09-08/smart_date-implement-errorelement-3385720-3.patch",
"3413612 - The repeat end date should not be allowed to come before the start time": "https://www.drupal.org/files/issues/2024-01-11/smart_date-repeat-end-date-3413612-0.patch"
},
"drupal/tablefield": {
"3100109 - 0 string value in cell throws empty error": "https://www.drupal.org/files/issues/2019-12-10/0-value-throwing-empty-error.patch",
Expand Down
10 changes: 5 additions & 5 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f24abeb512bf5e7d5958f0a2786efea6",
"content-hash": "278a78fb3e953f12430e44360485741e",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -9311,12 +9311,12 @@
"homepage": "https://www.drupal.org/user/57511"
},
{
"name": "Grayside",
"homepage": "https://www.drupal.org/user/346868"
"name": "bluegeek9",
"homepage": "https://www.drupal.org/user/1286304"
},
{
"name": "itamar",
"homepage": "https://www.drupal.org/user/1757910"
"name": "Grayside",
"homepage": "https://www.drupal.org/user/346868"
},
{
"name": "jhedstrom",
Expand Down
Loading