-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add 'documenten.lezen' and 'zaken.lezen' scopes (#179) This commit introduces two new scopes, 'documenten.lezen' and 'zaken.lezen', to the catalogi-api. These scopes inherit the same permissions as the existing 'catalogi.lezen' scope. The addition of these scopes is necessary to accommodate the new expand model, which involves requesting information from the catalogi-api through the documenten-api and zaken-api. Issue #2262 Implemented and Refactored Features, Bug Fixes, and Formatting Changes: Added feature in perform_create to automatically add zaaktype relations Added feature in perform_create to besluittype to add zaaktype relations Added query parameter "datumGeldigheid" to the GET (retrieve) request Changed: Moved geldigheid datum validation into the PUBLISH operation from the POST operation Changed: Updated perform_create for gerelateerde_zaken to create correct relations Changed: Refactored views and updated openapi documentation Changed: ZIOT relatie class now uses a char model instead of a foreignfield model for informatieobjecttype Changed: informatieobjecttype correlates its zaaktype now through a custom serializer Changed: zaaktype now correlates its informatieobjecttype through a custom serializer Changed: zaaktype serializer outputs informatieobject URL instead of omschrijvingen Changed: Disabled notification in base Changed: post to block creation of two concepts for one zaaktype Changed: Zaken publish restrictions adapted to the new history model Fixed: Query parameter in retrieve /zaaktypen gave incorrect dates Fixed: Unit test using incorrect ZIOT information Fixed: URL creation in viewsets Removed: NotificationViewSetMixin from imports Removed hard-coded strings in extract_relevant_m2m Updated favicon to VNG logo -------- * bump version to 1.3.0 (#180)
- Loading branch information
1 parent
a62a60a
commit 3e7eb3a
Showing
49 changed files
with
2,270 additions
and
2,028 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.