# 86 Viewport jump Intervention

* adds direct jump of viewport on related-data action (create/delete)
This commit is contained in:
2022-02-02 09:32:34 +01:00
parent 6f274ee47b
commit 7028672b93
5 changed files with 39 additions and 24 deletions

View File

@@ -26,6 +26,10 @@ class Revocation(BaseResource):
self.document.delete(*args, **kwargs)
super().delete()
@property
def intervention(self):
return self.legal.intervention
class RevocationDocument(AbstractDocument):
"""