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

FOIA-0000: Updating autosave module to 1.6 and updating db config. #637

Merged
merged 1 commit into from
Aug 1, 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"drupal/admin_toolbar": "^3.4",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/autologout": "^1.4",
"drupal/autosave_form": "^1.4",
"drupal/autosave_form": "^1.6",
"drupal/bartik": "^1.0",
"drupal/business_rules": "dev-3286389-drupal-10-compatibility",
"drupal/ckeditor": "^1.0",
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions config/default/autosave_form.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ allowed_content_entity_types:
statute_agency_details: statute_agency_details
sub_xia: sub_xia
sub_xib: sub_xib
allowed_new: true
4 changes: 2 additions & 2 deletions config/default/update.settings.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
check:
disabled_extensions: false
interval_days: 1
Expand All @@ -8,5 +10,3 @@ fetch:
notification:
emails: { }
threshold: all
_core:
default_config_hash: 2QzULf0zovJQx3J06Y9rufzzfi-CY2CTTlEfJJh2Qyw
Loading