Details des Tickets
Beschreibung,Kommentare und Anhänge
| Title |
Id |
Author |
Created at |
Message |
| renewing cyclic bookings now runs with $assign_despite_later_assignment = TRUE |
227dad821064389dc3f1b98d46d07bce1ee1d513 |
TUV\gabrielg |
2024-09-06T07:28:00.000Z |
renewing cyclic bookings now runs with $assign_despite_later_assignment = TRUE
|
| LL-1809 If you assign a user to a group, and this group has a current order, the… |
3653c92b0e0daeb047ee79b8cec012ea234fff8d |
TUV\gabrielg |
2024-09-06T06:36:46.000Z |
LL-1809 If you assign a user to a group, and this group has a current order, the user will not be booked for the order period if he is already booked for training in the near future (365 days).
The reason is the options switch $assign_despite_later_assignment which is false by default.
=> In the case that no booking UI is involved, the value true is now used!
|
| skipping authoring tool api tests, when api is not available |
36d86b3720837a1b90d916b32b0d65e2cd218d7f |
TUV\gabrielg |
2024-09-09T15:40:00.000Z |
skipping authoring tool api tests, when api is not available
(cherry picked from commit 2b857fe6c37325e253234a35a633421ac8525970)
|
| wrapped booking code within SandboxService for cases, where booking code should send a notification |
802e04ab60b1c99f585c1d7577d6fcab71b5b1ec |
TUV\gabrielg |
2024-09-06T15:59:45.000Z |
wrapped booking code within SandboxService for cases, where booking code should send a notification
- sending notification in case none UI action assigns training despite of future assignment
|