X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/672e96582802a1d0cba215390d483ea77d3f77bf..3568f2f8cb1f21031ee5255f054c0431544c5607:/SL/DB/AuthGroup.pm diff --git a/SL/DB/AuthGroup.pm b/SL/DB/AuthGroup.pm index ce47bd32f..2bb168eaf 100644 --- a/SL/DB/AuthGroup.pm +++ b/SL/DB/AuthGroup.pm @@ -1,6 +1,3 @@ -# This file has been auto-generated only because it didn't exist. -# Feel free to modify it at will; it will not be overwritten automatically. - package SL::DB::AuthGroup; use strict; @@ -9,8 +6,6 @@ use SL::DB::MetaSetup::AuthGroup; use SL::DB::Manager::AuthGroup; use SL::DB::AuthGroupRight; -__PACKAGE__->meta->schema('auth'); - __PACKAGE__->meta->add_relationship( users => { type => 'many to many', @@ -25,7 +20,7 @@ __PACKAGE__->meta->add_relationship( }, clients => { type => 'many to many', - map_class => 'SL::DB::AuthClient', + map_class => 'SL::DB::AuthClientGroup', map_from => 'group', map_to => 'client', },