[ic] Bug in the permission-editor UI

Rene Hertell interchange-users@interchange.redhat.com
Thu May 23 19:28:01 2002


When updating the user/group permissions in the UI, the table-control field
on the edited user gets a "" as a value (if checked afterwards with the
table-editor).

I have tried to dig the code in the access_permissions.html-file (belongs to
the UI), but couldn't find anything...

I would appreciate if someone with more Perl experience could check that
file and see what is wrong with the perl-code. The Owner_field stuff that is
not working was added to the 4.7.0  development tree last year. The diff to
that code can be checked over here:
http://interchange.redhat.com/cgi-bin/cvsweb/interchange/dist/lib/UI/pages/a
dmin/access_permissions.html.diff?r1=1.7.6.6&r2=1.7.6.7&only_with_tag=DEV_4_
7_0


Regards, René

ps. Shouldn't the code around line 24 ($tc = [scratch ui_owner] '';) be $tc
= '[scratch ui_owner]';