dev #76799 fix updating child cards
4 unresolved threads
Merged
requested to merge dev#76799_525_hotfixlien_entre_carte_probleme_de_mise_a_jour_du_reabonnement into WIP
4 unresolved threads
Merge request reports
Activity
Filter activity
596 596 597 597 /** @test */ 598 598 public function notificationShouldContainsOneCartWithValidityMessage() { 599 $this->assertContains('L\'abonnement de Luke Skywalker a expiré - Merci de contacter la médiathèque', 54 54 } 55 55 56 56 57 public function updateFromPatron() { 58 return $this->_decorateOperationFrom(function($card) { return new Storm_Collection($card->updateFromPatron()); }); changed this line in version 3 of the diff
88 88 89 89 90 90 public function registerNotificationsOn($notifiable) { 91 $this->_user->updateFromPatron(); mal placé, attention ceci n'est appelé que si le SIGB ne pagine pas les loans
est-ce que ça ne serait pas mieux onLoginSuccess dans l'AuthController ?
Edited by Patrick Barroca
mentioned in commit 75f8acb1