Closed (won't fix)
Project:
Asset
Version:
5.x-1.0
Component:
User interface (Asset wizard)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 22:36 UTC
Updated:
3 Nov 2010 at 14:47 UTC
No option to set the role
I cannot for the life of me find any way or documentation to set the role after setting the permission of an asset to private.
From the inline documentation: "By selecting Private, you can restrict which roles, if any, can access this asset. If you select Private and do not select any roles, you will be the only user with access to this asset."
Explicit steps to reproduce:
Where am I missing setting the roles?
Things seem to be working, since I can explicitly set the right roles in the database with the following:
INSERT INTO asset_role (aid, rid, status)
SELECT a.aid, r.rid, 1
FROM asset a
JOIN role r ON (r.name = 'authenticated user')
WHERE a.filename = 'Picture2.png';
Comments
Comment #1
hnln commentedsubscribe
Comment #2
wmostrey commented