diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0fcccd75..228d9ea8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,14 +16,14 @@ jobs: # Docs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup NodeJS uses: actions/setup-node@v1 # Action page: with: node-version: 14 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f5059ad6..1c16af17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. +## Unreleased + +### Changed + +- Field with path `fines.items[].date.accident` also fillable by `fines.registry` + ## v3.164.0 ### Fixed @@ -821,7 +827,7 @@ The format is based on [Keep a Changelog][keepachangelog] and this project adher - Field with path `accidents.insurance.date.update` also fillable by `insurance.dtp.basalt` - Field with path `accidents.insurance.items[].date.event` also fillable by `insurance.dtp.basalt` - Field with path `accidents.insurance.items[].insurer.name` also fillable by `insurance.dtp.basalt` -- Field with path `accidents.insurance.items[].policy.series` also fillable by `insurance.dtp.basalt` +- Field with path `accidents.insurance.items[].policy.series` also fillable by `insurance.dtp.basalt`ага - Field with path `accidents.insurance.items[].policy.number` also fillable by `insurance.dtp.basalt` - Field with path `accidents.insurance.items[].actuality.date` also fillable by `insurance.dtp.basalt` diff --git a/fields/default/fields_list.json b/fields/default/fields_list.json index c1d48045..230eb906 100644 --- a/fields/default/fields_list.json +++ b/fields/default/fields_list.json @@ -4972,7 +4972,8 @@ "fines.base", "gibdd.fines", "fines.base.dln", - "fines.base.uin" + "fines.base.uin", + "fines.registry" ] }, { diff --git a/reports/default/json-schema.json b/reports/default/json-schema.json index e76b662b..22c55c8c 100644 --- a/reports/default/json-schema.json +++ b/reports/default/json-schema.json @@ -4794,7 +4794,8 @@ "fines.base", "gibdd.fines", "fines.base.dln", - "fines.base.uin" + "fines.base.uin", + "fines.registry" ] } }