Auto-commit local changes before build (2026-01-19 15:30:36)
This commit is contained in:
parent
0cabd2e0fc
commit
8407bf45ab
@ -1 +1 @@
|
|||||||
v20260119-13-autotask-psa-resolved-recreate
|
v20260119-14-fix-routes-runchecks-syntax
|
||||||
|
|||||||
@ -1219,13 +1219,6 @@ def api_run_checks_create_autotask_ticket():
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
# resolved -> continue, create a new Autotask ticket and overwrite current linkage.
|
# resolved -> continue, create a new Autotask ticket and overwrite current linkage.
|
||||||
{
|
|
||||||
"status": "ok",
|
|
||||||
"ticket_id": int(run.autotask_ticket_id),
|
|
||||||
"ticket_number": getattr(run, "autotask_ticket_number", None) or "",
|
|
||||||
"already_exists": True,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
job = Job.query.get(run.job_id)
|
job = Job.query.get(run.job_id)
|
||||||
if not job:
|
if not job:
|
||||||
|
|||||||
@ -300,6 +300,14 @@ Changes:
|
|||||||
- Extended backend validation to allow ticket re-creation after PSA-resolved tickets while preserving historical ticket links.
|
- Extended backend validation to allow ticket re-creation after PSA-resolved tickets while preserving historical ticket links.
|
||||||
- Ensured legacy Tickets, Remarks, and Job Details behaviour remains intact.
|
- Ensured legacy Tickets, Remarks, and Job Details behaviour remains intact.
|
||||||
|
|
||||||
|
## v20260119-14-fix-routes-runchecks-syntax
|
||||||
|
|
||||||
|
### Changes:
|
||||||
|
- Fixed a Python SyntaxError in routes_run_checks.py caused by an unmatched closing parenthesis.
|
||||||
|
- Removed an extra closing bracket introduced during the Autotask PSA resolved / recreate ticket changes.
|
||||||
|
- Restored successful Gunicorn worker startup and backend application boot.
|
||||||
|
- No functional or behavioural changes beyond resolving the syntax error.
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
## v0.1.21
|
## v0.1.21
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user