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

Fix aleph validation #93

Merged
merged 15 commits into from
Nov 3, 2023
Merged

Fix aleph validation #93

merged 15 commits into from
Nov 3, 2023

Conversation

ammsalme
Copy link
Contributor

No description provided.

@ammsalme ammsalme marked this pull request as ready for review October 31, 2023 12:38
@ammsalme ammsalme requested a review from a team as a code owner October 31, 2023 12:38
Copy link
Contributor

@nvolk nvolk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sori toisto :)

Ton lopun return-tapauksia pitäis kait miettiä. Pitäiskö lopussa olla return false tms.+

function validateNoControlCharacters(record) {
const tempValidationOptions = {noControlCharacters: true};
const combinedTempValidationOptions = {...record._validationOptions, ...tempValidationOptions};
const validatedRecord = new MarcRecord(record, combinedTempValidationOptions);
if (validatedRecord) {
return true;
}
}

ammsalme and others added 8 commits November 3, 2023 16:44
* Bump actions/setup-node from 3 to 4 (#92)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump actions/checkout from 3 to 4 (#91)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ammsalme ammsalme merged commit 27d975b into master Nov 3, 2023
13 checks passed
@ammsalme ammsalme deleted the fix-aleph-validation branch November 5, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants