users.My
(My)¶
Actions
- Mixin for tables on
Authored
which sets the requesting user as default value for the
author
filter parameter.If the table’s model does not inherit from
Authored
, then it must define a parameter field named ‘user’ and a model attribute user. This feature is used bylino_xl.lib.reception.models.MyWaitingVisitors
.Used by
lino_xl.lib.excerpts
andlino_xl.lib.reception
.