-
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
[#2259] Show case result in list view #1160
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #1160 +/- ##
========================================
Coverage 95.05% 95.05%
========================================
Files 950 952 +2
Lines 33790 33824 +34
========================================
+ Hits 32119 32152 +33
- Misses 1671 1672 +1 ☔ View full report in Codecov by Sentry. |
src/open_inwoner/openzaak/cases.py
Outdated
from .models import ZaakTypeConfig, ZaakTypeStatusTypeConfig | ||
from .utils import is_zaak_visible | ||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
||
def resolve_zaak_type(case: Zaak, client=None) -> None: | ||
def resolve_zaak_type(case: Zaak, client: CatalogiClient = None) -> None: |
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.
client: CatalogiClient | None = None
Similarly for the other annotations
The ticket was to change the list to replace the status of a closed case with the same value as the result on the detail page. I didn't change anything on the detail page. |
Let's discuss next week and create a separate ticket for the detail view, if necessary, then we can merge this. Unless @alextreme thinks otherwise. |
@pi-sigma good comment, I've updated the user story 2208. The change is as requested so we'll leave it at this due to the lack of remaining time in this sprint |
https://taiga.maykinmedia.nl/project/open-inwoner/task/2259