-
Notifications
You must be signed in to change notification settings - Fork 6
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
[#2789] Model "Mijn Vragen" in OpenKlant2 as klantcontacten #1423
[#2789] Model "Mijn Vragen" in OpenKlant2 as klantcontacten #1423
Conversation
aa8cec5
to
34a5d80
Compare
34a5d80
to
c3799c1
Compare
c109de8
to
e5e765d
Compare
e5e765d
to
b860602
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1423 +/- ##
===========================================
+ Coverage 94.52% 94.59% +0.07%
===========================================
Files 1069 1069
Lines 39487 39612 +125
===========================================
+ Hits 37325 37472 +147
+ Misses 2162 2140 -22 ☔ View full report in Codecov by Sentry. |
"hadKlantcontact": {"uuid": answer_klantcontact["uuid"]}, | ||
"initiator": True, | ||
"wasPartij": {"uuid": partij["uuid"]}, | ||
"organisatienaam": "Open Inwoner Platform", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graag op self zetten als constant zodat we dit later configureerbaar maken
taak = self.client.interne_taak.create( | ||
data={ | ||
"aanleidinggevendKlantcontact": {"uuid": klantcontact["uuid"]}, | ||
"toelichting": "Beantwoorden vraag", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
graag op self zetten als constant zodat we dit later configureerbaar maken
Taiga 2789.