# 86 Viewport jump Intervention
* adds direct jump of viewport on related-data action (create/delete)
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user