inveniosoftware / invenio-app-rdm

Turn-key research data management platform.
https://inveniordm.docs.cern.ch
MIT License
100 stars 144 forks source link

Improvement: record.parent.access.settings not populated #2506

Open anikachurilova opened 11 months ago

anikachurilova commented 11 months ago

Original bug: https://github.com/zenodo/rdm-project/issues/392 Hotfix: https://github.com/inveniosoftware/invenio-app-rdm/pull/2504

The problem: some records were not populated with the record.parent.access.settings fields. The better solution has to be found for all the records to have the expected settings field. No need to worry about the new records - the default settings are being added on publish. Default settings:

"settings": {
    "allow_user_requests": false,
    "allow_guest_requests": false,
    "accept_conditions_text": null,
    "secret_link_expiration": 0
  }
github-actions[bot] commented 9 months ago

This issue was automatically marked as stale.

github-actions[bot] commented 3 months ago

This issue was automatically marked as stale.