[freeside-commits] freeside/httemplate/edit/process
access_group.html, 1.1, 1.2
Ivan,,,
ivan at wavetail.420.am
Sun Jun 18 05:54:50 PDT 2006
- Previous message: [freeside-commits] freeside/httemplate/elements
checkboxes-table.html, 1.1, 1.2 checkboxes-table-name.html,
NONE, 1.1
- Next message: [freeside-commits] freeside/FS/FS part_pkg.pm, 1.47,
1.48 access_group.pm, 1.1, 1.2 access_groupagent.pm, 1.1,
1.2 m2name_Common.pm, NONE, 1.1 AccessRight.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv30582/httemplate/edit/process
Modified Files:
access_group.html
Log Message:
ACLs: finish group edit (agents + rights) & browse
Index: access_group.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/access_group.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- access_group.html 14 May 2006 16:47:30 -0000 1.1
+++ access_group.html 18 Jun 2006 12:54:48 -0000 1.2
@@ -1,5 +1,15 @@
<%= include( 'elements/process.html',
'table' => 'access_group',
'viewall_dir' => 'browse',
+ 'process_m2m' => { 'link_table' => 'access_groupagent',
+ 'target_table' => 'agent',
+ },
+ 'process_m2name' => {
+ 'link_table' => 'access_right',
+ 'link_static' => { 'righttype' => 'FS::access_group', },
+ 'num_col' => 'rightobjnum',
+ 'name_col' => 'rightname',
+ 'names_list' => [ FS::AccessRight->rights() ],
+ },
)
%>
- Previous message: [freeside-commits] freeside/httemplate/elements
checkboxes-table.html, 1.1, 1.2 checkboxes-table-name.html,
NONE, 1.1
- Next message: [freeside-commits] freeside/FS/FS part_pkg.pm, 1.47,
1.48 access_group.pm, 1.1, 1.2 access_groupagent.pm, 1.1,
1.2 m2name_Common.pm, NONE, 1.1 AccessRight.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list