Revision 4ad4574f
Von Moritz Bunkus vor fast 6 Jahren hinzugefügt
SL/DB/Manager/Employee.pm | ||
---|---|---|
22 | 22 |
|
23 | 23 |
sub current { |
24 | 24 |
return undef unless $::myconfig{login}; |
25 |
return shift->find_by(login => $::myconfig{login}); |
|
25 |
return $::request->cache('current')->{object} //= shift->find_by(login => $::myconfig{login});
|
|
26 | 26 |
} |
27 | 27 |
|
28 | 28 |
sub update_entries_for_authorized_users { |
Auch abrufbar als: Unified diff
Ergebnis von SL::DB::Manager::Employee->current cachen