nofusscomputing / nofusscomputing/centurion_erp
Clicking reload on ticket does not reload the ticket
Open
@jon-nfc is already working on this.
Since Sep 14, 2026.
bug::failure to confirm
v1.33.0
v1.33.1
v1.33.2
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- Avg merge
- 2h 18m
- Merged PRs (30d)
- 8
Description
As part of the UI, there is a reload button. This button causes the current object to be reloaded from the backend.
Details
The reload functionality is part of the UI routes. The backend provides these. Currently some routes, including the ticket route has revalidate = false, which prevents the reload function. This needs to be removed.
Tasks
- Remove
revalidatefrom the routes. - Test
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.