-
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
Add a ZGW data import/export flow to the admin panel #1348
Conversation
6bd5356
to
d44a38c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1348 +/- ##
===========================================
+ Coverage 95.17% 95.18% +0.01%
===========================================
Files 1001 1001
Lines 36921 37012 +91
===========================================
+ Hits 35140 35231 +91
Misses 1781 1781 ☔ View full report in Codecov by Sentry. |
0d45af3
to
8761f46
Compare
src/open_inwoner/templates/admin/catalogusconfig_change_list.html
Outdated
Show resolved
Hide resolved
00fcd11
to
61fccec
Compare
61fccec
to
a22b1a0
Compare
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.
A template was supposedly changed but is still the same. It's a minor thing though.
src/open_inwoner/templates/admin/catalogusconfig_change_list.html
Outdated
Show resolved
Hide resolved
a22b1a0
to
8c7624f
Compare
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.
can be merged after CI passes
Two notes:
DEBUG
off, that's what was causing the slowness. If you want to test this locally, make sure you setDEBUG = False
(unless you have local configuration which addresses this, you won't see any assets, which is annoying but not blocking).