can we delete non-public file sets?
Permalink
I uploaded a document within the file manager and assigned it to a new file set but did not check the box which makes the file set public. Now I can't find the file set to delete it because it is not listed within the sets section. Does anyone know how to delete non-public file sets? I can't seem to find any option within Concrete and couldn't find anything in the forums. Any help is greatly appreciated.
can you login as admin account and make the changes you need?
I am an admin when I am logged in and can't make the changes I need. The issue is that the file sets are not public (they are like ghosts) and I can't delete them. I'm trying to delete them and use public file sets to assign permissions.
yep, same issue here.
Looks like a bug to me :-)
I'd also like to be able to change a set from "public" to "private" in the admin area
Looks like a bug to me :-)
I'd also like to be able to change a set from "public" to "private" in the admin area
Known problem, a work-around consist of changing controller/dashboard/files/sets.php or wait for an official patch.
This only gives access to public sets plus your privates sets
Regards
This only gives access to public sets plus your privates sets
public function view() { -- $file_sets = $file_set->Find('fsType = ' . FileSet::TYPE_PUBLIC); ++ $file_sets = $file_set->getMySets();
Regards
This will be fixed in 5.4.1
I was running 5.4.1.b2 and was unable to make Nivo Slider work - I believe because I could not assign the uploaded images to a set within the file manager, either public or private. Nivo slider seems to only want a particular set for displaying, so if you can't create a set - no good. (Nivo Slider v1.11). I reloaded 5.4.0.5 and still have the same problems with regarding assigning sets in the file manager.
Any ideas?
Any ideas?
SVN: 5.4.1.RC1:
Solved the private sets issue in the OP.
Solved my issue of simply making any set.
Solved the missing CSS issue in the Add Files dialog when NOT an administrator. Problem originally posted here:http://www.concrete5.org/community/forums/customizing_c5/beta-5-4-1...
Solved the problem where - from the front end, the returning dialog asking for meta data actually showed up (as compared to it only showing up when uploading from the backend).
Problem: The meta data dialog box did not finish and close after hitting save.
Problem: The meta data dialog box did not fully load (blank white) in IE8, but it did in FF 3.6.10.
Solved the private sets issue in the OP.
Solved my issue of simply making any set.
Solved the missing CSS issue in the Add Files dialog when NOT an administrator. Problem originally posted here:http://www.concrete5.org/community/forums/customizing_c5/beta-5-4-1...
Solved the problem where - from the front end, the returning dialog asking for meta data actually showed up (as compared to it only showing up when uploading from the backend).
Problem: The meta data dialog box did not finish and close after hitting save.
Problem: The meta data dialog box did not fully load (blank white) in IE8, but it did in FF 3.6.10.