Wednesday, June 8, 2016¶
I finished working on a small series of very specific tickets for Mathieu and Aurélie:
#963 (Orientation interne: rajouter l’état “Demandé”):
In
lino_welfare.chatelet.lib.courses
, I added a transition for going fromEnrolmentStates
“requested” to “confirmed”.In Lino Welfare we do not want to automatically confirm enrolments, so I deactivated the
lino_xl.lib.courses.models.ConfirmedSubmitInsert
which is set bylino_xl.lib.courses
. As a result, the default state is always “requested”.#904 : In
lino_welfare.modlib.integ
we now have a new plugin settingonly_primary
which influences the dynamic ventilation columns coachings per PersonGroup)As a suggestion, the
UsersWithClients
table is now included inActivityReport
.
I deployed the latest version to The Châtelet variant of Lino Welfare
I opened ticket #967.
Duplicating a Referrable¶
Strange. I noticed that a change which I believe to have done on
Monday, May 23, 2016 is no longer there and seems to never have been
committed. It seems that I only updated the docstring of
lino.core.model.Model.on_duplicate()
, but not the code. I am
getting old ;-)