Details des Tickets

Beschreibung,Kommentare und Anhänge

merge request id 1009
TitelFeature/ll 1809 optimize implicite group based bookings
BeschreibungLL-1809 Bei impliziter Buchung durch Gruppenzuordnung werden nicht immer Zuweisungen erzeugt s. http://jira.learningsystem.de/browse/LL-1809
Statusmerged
Created at 2024-09-06T16:04:01.983Z
Updated at 2024-09-10T09:18:30.690Z
Source branchfeature/LL-1809-optimize-implicite-group-based-bookings
Target branchdevelop
AuthorGregor Gabriel
AssigneeSascha Immig

Discussion notes

added 1 commit
  • 36d86b37 - skipping authoring tool api tests, when api is not available
Compare with previous version
Sascha Immig 2024-09-09T15:40:18.047Z
merged Sascha Immig 2024-09-10T09:18:30.747Z
mentioned in commit 6ad3c77e2a46ecd3b5987fdc5bb29db63e1b45b1 Sascha Immig 2024-09-10T09:18:31.075Z

Merge Commits

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