feat(access): Enable specifying the notes basename for a model

ref: #707
This commit is contained in:
2025-04-03 17:44:18 +09:30
parent 569a256dd5
commit aba9f44552
3 changed files with 27 additions and 5 deletions

View File

@ -172,6 +172,12 @@ class TenancyObject(SaveHistory):
the API version, i.e. `v2:devops`.
"""
note_basename: str = None
"""URL BaseName for the notes endpoint.
Don't specify the `app_namespace`, use property `app_namespace` above.
"""
def get_page_layout(self):
""" FEtch the page layout"""