feat(access): All Entity models to use the entity history endpoint

ref: #707 #706
This commit is contained in:
2025-04-03 18:33:14 +09:30
parent 167f4140ba
commit 600a12177f

View File

@ -65,6 +65,10 @@ class Entity(
# app_namespace = 'access'
history_app_label = 'access'
history_model_name = 'entity'
kb_model_name = 'entity'
note_basename = '_api_v2_entity_note'