media icon indicating copy to clipboard operation
media copied to clipboard

The new "related_files" field not working for non admin users

Open frankschuessler opened this issue 9 years ago • 1 comments

The creation of file references to existing files does not work if not logged in as 'admin'. An "Access Denied" error is thrown when i try to add a file to "related_files" as a normal BE user. I created a user group with all rights except 'admin' and it does not work. Maybe anybody can reproduce this behavior?

frankschuessler avatar Mar 09 '15 14:03 frankschuessler

I could reproduce this but don't have a solution... it needs to be debugged to understand the exact cause.

FYI, I had to tweak the TCA to have the relation to a file working, to say the feature is "at the border". https://github.com/fabarea/media/blob/master/Configuration/TCA/Overrides/sys_file_reference.php#L6

fabarea avatar Mar 12 '15 17:03 fabarea