docs(core): Update slash command docs

ref: #691 #681
This commit is contained in:
2025-03-19 14:50:52 +09:30
parent 96f8949be2
commit 5804abc367
2 changed files with 2 additions and 4 deletions

View File

@ -293,10 +293,6 @@ class Ticket(
As we use a common model for **ALL** ticket types. Effort has been made to limit fields showing for a ticket type that it does not belong.
If you find a field displayed that does not belong to a ticket, please create an [issue](https://github.com/nofusscomputing/centurion_erp).
!!! danger
The API does not filter ticket fields. It's important not to edit a field that does not belong to the ticket type selected,
as this will cause the ticket validation to fail.
"""
REQUEST = '1', 'Request'