-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolve zaaktype and resultaat [Backend] #15
Comments
SilviaAmAm
added a commit
that referenced
this issue
May 13, 2024
SilviaAmAm
added a commit
that referenced
this issue
May 13, 2024
SilviaAmAm
added a commit
that referenced
this issue
May 14, 2024
SilviaAmAm
added a commit
that referenced
this issue
May 14, 2024
svenvandescheur
added a commit
that referenced
this issue
May 14, 2024
…d-resultaat [#15] Expand zaaktype (including procestype) and resultaat
github-project-automation
bot
moved this from In Progress
to Done
in Open Archiefbeheer - Sprints
May 14, 2024
SilviaAmAm
added a commit
that referenced
this issue
May 14, 2024
SilviaAmAm
added a commit
that referenced
this issue
May 14, 2024
svenvandescheur
added a commit
that referenced
this issue
May 14, 2024
[#15] Return _expand field like Open Zaak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the old version of the app, the following fields were shown on the destruction list creation page:
looptijd
= einddatum - startdatum (in days, and if no eindatum present, use today())resultaattype
=> nested binnen resultaat (dus deze moet ook resolved worden)bewaartermijn
= zaak.resultaat.resultaattype.archiefactietermijnvcs
= zaak.zaaktype.processtype.nummerrelaties
=> 'yes' if len(zaak.relevanteAndereZaken), else 'no'To be able to show these fields, use the zaaktype and the resultaat type should be JSON fields instead of URL Fields.
The text was updated successfully, but these errors were encountered: