(almost) everything for bug#375 - create export_svc table - part_svc to
authorivan <ivan>
Thu, 11 Apr 2002 22:05:31 +0000 (22:05 +0000)
committerivan <ivan>
Thu, 11 Apr 2002 22:05:31 +0000 (22:05 +0000)
commita7c1b602f88c177db34477ed4cdc1f72603f8995
tree116d090127ee48b041eeb9ff21a0d62c0c768250
parent52a07a405e197fda1654fc61eefa538450f269e8
(almost) everything for bug#375 - create export_svc table - part_svc to
part_export is now properly many-to-many, not one-to-many

still need to finish service editing (choosing exports) in
httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi

and do somethinga about that manual $svcdb = 'svc_acct' in
httemplate/edit/part_export.cgi (do part_export records need a svcdb?
probably not... should be able to just pass an svcdb on creation of new
exports, move the big %exports hash into part_export.pm and allow
httemplate/edit/part_svc.cgi to query it for exports that can apply to a given
svcdb....
17 files changed:
FS/FS.pm
FS/FS/export_svc.pm [new file with mode: 0644]
FS/FS/part_export.pm
FS/FS/part_svc.pm
FS/MANIFEST
FS/t/export_svc.t [new file with mode: 0644]
README.1.4.0pre12
bin/fs-setup
bin/sqlradius_reset
httemplate/browse/part_export.cgi [new file with mode: 0755]
httemplate/browse/part_svc.cgi
httemplate/docs/schema.html
httemplate/docs/upgrade8.html
httemplate/edit/part_export.cgi
httemplate/edit/process/part_export.cgi
httemplate/index.html
httemplate/misc/delete-part_export.cgi