Releases: oarepo/oarepo-requests
Releases · oarepo/oarepo-requests
Release v2.2.6
What's Changed
Full Changelog: 2.2.5...2.2.6
Improved requests UI
Request action button labels
This release adds button labels to request's configuration - each request type can have different labels for 'accept', 'decline' and other actions
What's Changed
- Krist/be 488 add button labels for approve decline into request type form by @SilvyPuzzlewell in #76
Full Changelog: 2.2.3...2.2.4
Auto-cancelling requests for deleted topic
What's Changed
- Krist/be 480 when a topic is deleted all the open requests should be by @SilvyPuzzlewell in #74
- delete published record produces log event test by @SilvyPuzzlewell in #75
Full Changelog: 2.2.2...2.2.3
Serializing "editable" flag
If there is no form on request, the editable is set to false automatically.
Editable on publish request is set to false, even if there is a form.
What's Changed
- Krist/editable field default value by @SilvyPuzzlewell in #71
- editable is false for publish draft request type by @SilvyPuzzlewell in #72
- bug fix by @SilvyPuzzlewell in #73
Full Changelog: 2.2.1...2.2.2
Fixed stateful api inconsistencies
Stateful names, filters, request form config as an API
What's Changed
- Krist/be 472 on applicable requests add to serialization by @SilvyPuzzlewell in #66
- Miroslavsimek/be 468 add stateful name and stateful description on request type by @mesemus in #64
- Krist/be 473 on request form config add by @SilvyPuzzlewell in #67
- Krist/be 475 delete draft by @SilvyPuzzlewell in #68
- Krist/be 474 filters on apirequests by @SilvyPuzzlewell in #69
Full Changelog: 2.1.5...2.2.0
Fixed error raised when publishing record
Full Changelog: 2.1.4...2.1.5
Request links
2.1.4 Merge pull request #61 from oarepo/miroslavsimek/be-462-add-links-to-…