fix(access): add missing attribute to Tenancy object

ref: #718
This commit is contained in:
2025-04-12 19:00:35 +09:30
parent 04780767c0
commit 9302627c6f

View File

@ -193,6 +193,8 @@ class TenancyObject(SaveHistory):
only be used when there is model inheritence.
"""
page_layout: list = None
note_basename: str = None
"""URL BaseName for the notes endpoint.