Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 35bd55ae

Von Sven Schöling vor mehr als 10 Jahren hinzugefügt

  • ID 35bd55ae9e1249e11f18ebb6580a7037acdf8087
  • Vorgänger dc5f7965
  • Nachfolger 3a755957

Restliche RDBO Updates für Projekte

Unterschiede anzeigen:

SL/DB/Helper/ALL.pm
70 70
use SL::DB::Printer;
71 71
use SL::DB::Project;
72 72
use SL::DB::ProjectType;
73
use SL::DB::ProjectStatus;
74
use SL::DB::ProjectRole;
75
use SL::DB::ProjectParticipant;
76
use SL::DB::ProjectPhaseParticipant;
73 77
use SL::DB::PurchaseInvoice;
74 78
use SL::DB::RecordLink;
75 79
use SL::DB::RequirementSpecAcceptanceStatus;
SL/DB/MetaSetup/Project.pm
56 56
    key_columns => { customer_id => 'id' },
57 57
  },
58 58

  
59
  project_status => {
60
    class       => 'SL::DB::ProjectStatus',
61
    key_columns => { project_status_id => 'id' },
62
  },
63

  
59 64
  project_type => {
60 65
    class       => 'SL::DB::ProjectType',
61 66
    key_columns => { project_type_id => 'id' },
SL/DB/MetaSetup/ProjectStatus.pm
19 19
  ],
20 20

  
21 21
  primary_key_columns => [ 'id' ],
22

  
23
  relationships => [
24
    project => {
25
      class      => 'SL::DB::Project',
26
      column_map => { id => 'project_status_id' },
27
      type       => 'one to many',
28
    },
29
  ],
30 22
);
31 23

  
32 24
1;

Auch abrufbar als: Unified diff