minor v1.12.0 #166

Merged
jkeffects merged 44 commits from develop into main 2026-01-05 15:49:24 +00:00
Owner

fix: backup run on old table schema
enhance: protocol template & presence sorting
enhance: instant permssion change emit
Merge pull request 'feature/#65-notifications' (#165) from feature/#65-notifications into develop
enhance: Use Custom SimpleDate for Interval calc
Merge branch 'develop' into feature/#65-notifications
Merge pull request 'milestone/ff-admin-unit' (#164) from milestone/ff-admin-unit into develop
fix: prevent wrong template usage scops after restore
Merge pull request 'unify-moduledata-loading-cross-app' (#163) from unify-moduledata-loading-cross-app into develop
Merge pull request 'unit/#148-consumables' (#162) from unit/#148-consumables into milestone/ff-admin-unit
Merge branch 'milestone/ff-admin-unit' into unit/#148-consumables
fix: query builder result deduplicated
extend: add standard to maintenance and inspection plan
extend: add licenseplate and identNumber to vehicle
fix: prevent failing backup on newer database schema
extend: connect equipment and vehicle with member
enhance: add calculation of next check and remind date

fix: backup run on old table schema enhance: protocol template & presence sorting enhance: instant permssion change emit Merge pull request 'feature/#65-notifications' (#165) from feature/#65-notifications into develop enhance: Use Custom SimpleDate for Interval calc Merge branch 'develop' into feature/#65-notifications Merge pull request 'milestone/ff-admin-unit' (#164) from milestone/ff-admin-unit into develop fix: prevent wrong template usage scops after restore Merge pull request 'unify-moduledata-loading-cross-app' (#163) from unify-moduledata-loading-cross-app into develop Merge pull request 'unit/#148-consumables' (#162) from unit/#148-consumables into milestone/ff-admin-unit Merge branch 'milestone/ff-admin-unit' into unit/#148-consumables fix: query builder result deduplicated extend: add standard to maintenance and inspection plan extend: add licenseplate and identNumber to vehicle fix: prevent failing backup on newer database schema extend: connect equipment and vehicle with member enhance: add calculation of next check and remind date
This occurs if a backup is created before schema migration.
This occurs if a backup is created within a migration run
when a database schema is migrated via a backup restore.

Currently, this only applies when upgrading from a version earlier
than v1.11.x to a newer version that includes database changes.
typeorm returned nested objects to a query.
The nested objects were flattened. The count remained equal to the count
of objects from typeorm.
This resulted in missing results as the count was interpreted wrong.
# Conflicts:
#	src/data-source.ts
Reviewed-on: #162
Reviewed-on: #163
# Conflicts:
#	src/service/management/userService.ts
Reviewed-on: #164
# Conflicts:
#	src/data-source.ts
Reviewed-on: #165
jkeffects changed title from WIP: minor v1.12.0 to minor v1.12.0 2026-01-05 15:48:34 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FF-Admin/ff-admin-server!166
No description provided.