inveniosoftware / react-invenio-deposit

React application for Invenio deposit forms.
https://react-invenio-deposit.readthedocs.io
MIT License
3 stars 45 forks source link

records: fixed record access based on community visibility. #550

Closed alejandromumo closed 2 years ago

alejandromumo commented 2 years ago

closes https://github.com/inveniosoftware/react-invenio-deposit/issues/549

alejandromumo commented 2 years ago

Currently the community's visibility is not automatically tied to the record's access. This is particularlly troublesome when there is a change in the draft's community.

Therefore, we decided that, for now, the best place to update the record access was in the deposit reducer after the event SET_COMMUNITY is dispatched.