Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8ce18fa4

Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt

  • ID 8ce18fa407318d0b3ea24ab611f24cefb2cb5704
  • Vorgänger dc18ebba
  • Nachfolger 81863e03

Wiedervorlagen: Rose-Beziehung zu Mitarbeitern

Unterschiede anzeigen:

SL/DB/FollowUp.pm
13 13
    class        => 'SL::DB::FollowUpLink',
14 14
    column_map   => { id => 'follow_up_id' },
15 15
  },
16
  created_for_employees => {
17
    type       => 'many to many',
18
    map_class  => 'SL::DB::FollowUpCreatedForEmployee',
19
  },
16 20
);
17 21

  
18 22
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff