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

[Fixes #207] Task: when uploading metadata from ORD received an error that abstract field only allows 2000 chars #212

Conversation

mwallschlaeger
Copy link

Description

Extend field length of the folowing fields:

  • title: 255 -> 512
  • title_translated: 255 -> 512
  • abstract: 2000 -> 6000
  • abstract_translated: 2000 -> 6000
  • purpose: 500 -> 1024
  • subtitle: 400 -> 1024

Type of Change

Please select the relevant option:

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Other (please describe)

Related Issue

If there is an existing issue related to this pull request, please reference it here.

closes #207

Checklist

Please ensure that your pull request meets the following requirements:

  • The pull request is limited to one type (docs, feature, bug fix, etc.)
  • The pull request is as small as possible. Consider opening multiple pull requests instead of one large one.
  • The feature or bug fix has been discussed and documented in an issue beforehand.

Additional Notes

Any additional information or context regarding the pull request can be provided here.

Thank you for creating this pull request

… that abstract field only allows 2000 chars
@mwallschlaeger mwallschlaeger merged commit b9a4d0d into main Nov 28, 2024
2 checks passed
@mwallschlaeger mwallschlaeger deleted the issue_#207_Task_when_uploading_metadata_from_ORD_received_error_hat_abstract_field_only_allows_2000_chars branch November 28, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Task: when uploading metadata from ORD received an error that abstract field only allows 2000 chars
1 participant