Skip to content

Commit

Permalink
release-notes v12: remove RoleNeed using id (not the case)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenekku committed Aug 7, 2024
1 parent a2befd7 commit 43b18ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/releases/versions/version-v12.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ Here is a quick summary of the myriad other improvements in this release:
- The [react-invenio-deposit module](https://github.com/inveniosoftware/react-invenio-deposit) has been moved to [invenio-rdm-records](https://github.com/inveniosoftware/invenio-rdm-records)
- Any imports should be replaced: `import { ... } from "react-invenio-deposit"` -> `import { ... } from "@js/invenio-rdm-records"`
- Some `Overridable` React component ids may have changed. Verify that your overridden components load
- `RoleNeed` uses the role's `id` instead of the role's `name`
- The `/access/users` API URL has been renamed to `/access/grants` to manage access grants
- Persistent identifiers have a new required `is_enabled` parameter, which enables better customization
- `MarshmallowJSONSerializer`, `XMLSerializer`, `SerializerMixin` have been removed from flask-resources
Expand Down

0 comments on commit 43b18ef

Please sign in to comment.