ACLs: finish group edit (agents + rights) & browse
[freeside.git] / httemplate / edit / process / access_group.html
1 <%= include( 'elements/process.html',
2                'table'       => 'access_group',
3                'viewall_dir' => 'browse',
4                'process_m2m' => { 'link_table'   => 'access_groupagent',
5                                   'target_table' => 'agent',
6                                 },
7                'process_m2name' => {
8                      'link_table'   => 'access_right',
9                      'link_static'  => { 'righttype' => 'FS::access_group', },
10                      'num_col'      => 'rightobjnum',
11                      'name_col'     => 'rightname',
12                      'names_list'   => [ FS::AccessRight->rights() ],
13                },
14            )
15 %>