- Implemented test scripts for vTiger account retrieval, contact data, and modules. - Created a detailed test suite for the ticket module, covering database schema validation, ticket number generation, prepaid card constraints, and service logic. - Added tests for vTiger field inspection and various queries related to accounts and sales orders. - Introduced SQL migration scripts for the ALSO Cloud Billing foundation, including import jobs, lines, and mapping tables with necessary constraints and indices. - Enhanced workflow columns in the import lines table to support matching and validation timestamps.
22 lines
870 B
Markdown
22 lines
870 B
Markdown
# Release Notes v2.2.51
|
|
|
|
Dato: 7. marts 2026
|
|
|
|
## Fixes
|
|
- Settings: Bruger-administration i v2 bruger nu stabile admin-endpoints for statusændring og password reset.
|
|
- Settings: Forbedrede fejlbeskeder ved brugerhandlinger (status/password), så 4xx/5xx vises tydeligt i UI.
|
|
- Ticket Sync: Tilføjet Archived Sync monitor i Settings med knapper for Simply/vTiger import og løbende status-check.
|
|
- Ticket Sync: Nyt endpoint `/api/v1/ticket/archived/status` returnerer parity (remote vs lokal) og samlet `overall_synced`.
|
|
- Sikkerhed: Sync/import endpoints er låst til admin/superadmin (`users.manage` eller `system.admin`).
|
|
|
|
## Ændrede filer
|
|
- `app/settings/frontend/settings.html`
|
|
- `app/ticket/backend/router.py`
|
|
- `app/system/backend/sync_router.py`
|
|
- `app/auth/backend/admin.py`
|
|
- `VERSION`
|
|
- `RELEASE_NOTES_v2.2.51.md`
|
|
|
|
## Drift
|
|
- Deploy: `./updateto.sh v2.2.51`
|