コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2078 ビュー

I created a file management module where admin users can create folder model objects and their corresponding attachments. admins should give user permission of a specific folder to related users. those users should not be able to access other folder objects. I know I can create a group for each folder object but this is not efficient at all. Do you guys have any ideas?  

アバター
破棄
著作者 最善の回答

The solution I chose was to implement it from scratch by overriding read, create, write and unlink methods to give access based on the user and give access error when user doesn't have permission.

アバター
破棄
関連投稿 返信 ビュー 活動
0
4月 24
1286
3
8月 23
3892
1
2月 23
2369
1
10月 22
3420
3
7月 22
2839