Forum OpenACS Development: Response to SDM weirdness

Collapse
3: Response to SDM weirdness (response to 1)
Posted by Vinod Kurup on
I think part of the problem (at least with the permissions grid being
absent) might be due to some bugs in new-file-storage and
general-permissions.

I've noticed that the permissions in new-file-storage are sometimes
checked (and granted) for FS_FILES and sometimes for FS_VERSIONS,
giving obviously varying results. Also, the huge outer join query in
general_permissions (adminster-permissions.tcl) is not quite right. It
will show you the grid if you haven't given out any specific rights to
users or groups, but if you have given specific rights, then the grid
disappears. I think I've fixed this, but I'll test it this wknd
sometime and upload the patch to the SDM asap.