feat(core): Ability to link items to all ticket types

ref: #296 #308
This commit is contained in:
2024-09-20 15:21:56 +09:30
parent c3de79050e
commit 76954c019b
9 changed files with 286 additions and 26 deletions

View File

@ -45,6 +45,12 @@ All models must meet the following requirements:
- If creating a new model, function `access.functions.permissions.permission_queryset()` has been updated to display the models permission(s)
## Checklist
This section details the additional items that may need to be done when adding a new model:
- If the model is a primary model, add to model reference rendering in `app/core/lib/markdown_plugins/model_reference.py` function `tag_html`
## History
Currently the adding of history to a model is a manual process. edit the file located at `core.views.history` and within `View.get_object` add the model to the `switch` statement.