Skip to content

Commit

Permalink
Merge pull request #142 from open-zaak/bugfix/zaaktype-admin
Browse files Browse the repository at this point in the history
Fix ZaakTypeAdmin 500 error
  • Loading branch information
sergei-maertens committed Oct 25, 2019
2 parents 8ecaf65 + 3772b1e commit e541a88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/openzaak/components/catalogi/admin/zaaktypen.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
ResultaatType,
RolType,
StatusType,
ZaakObjectType,
ZaakType,
ZaakTypenRelatie,
)
Expand Down Expand Up @@ -149,12 +148,6 @@ def get_object_actions(self, obj):
_("Toon {}").format(StatusType._meta.verbose_name_plural),
self._build_changelist_url(StatusType, query={"is_van": obj.pk}),
),
(
_("Toon {}").format(ZaakObjectType._meta.verbose_name_plural),
self._build_changelist_url(
ZaakObjectType, query={"is_relevant_voor": obj.pk}
),
),
(
_("Toon {}").format(RolType._meta.verbose_name_plural),
self._build_changelist_url(RolType, query={"is_van": obj.pk}),
Expand Down

0 comments on commit e541a88

Please sign in to comment.