-
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
[#2058] Added status indicator to case_status userfeed items #1058
Conversation
|
||
<p class="p" style="color: rebeccapurple; font-size: 300%;"> | ||
{{ item.status_indicator }} | ||
</p> | ||
|
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.
@jiromaykin item.status_indicator
is one of open_inwoner.openzaak.constants.StatusIndicators
7e684e8
to
2c5d122
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1058 +/- ##
========================================
Coverage 94.94% 94.94%
========================================
Files 883 883
Lines 30950 31031 +81
========================================
+ Hits 29386 29463 +77
- Misses 1564 1568 +4 ☔ View full report in Codecov by Sentry. |
@@ -288,6 +290,8 @@ class ZaakTypeConfigAdmin(admin.ModelAdmin): | |||
"contact_subject_code", | |||
"document_upload_enabled", | |||
"num_infotypes", | |||
"num_statustypes", |
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.
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.
Yes I noticed and decided I didn't want to deal with it at the time 😉
@alextreme slightly too fast @jiromaykin was working on the styling. We'll send fixes in a new PR |
Also added some counters to the admin.
Can be technically reviewed, but @jiromaykin will update the template with appropriate styling modifications