Bug #260
closedacl handling for packages needs to be updated
0%
Description
the package editor components now need to update an acl file for public read
write access instead of setting the public boolean in the URL.
Updated by Chad Berkley about 23 years ago
I am going to hold off on this bug until after we decide what our different
relationships should be. The problem is, that without scanning every file in a
package looking for a specific publicid (that will probably change) I can't be
sure what file is the access file, so I can't update it (if it already exists).
This will be made much easier one we come up with a discreet set of
relationships in the triples so that I can go straight to the file without
looking at publicids.
Updated by Chad Berkley about 23 years ago
changed the functionality in morpho so that the whole package is always governed
by one access file. the access file can be changed to reassign permissions at
the packag level. later, we will need to create a gui for assigning permissions
to individual document in the package if we decide we need that functionality.