Storage Bundle in View Hidden from Non-Admin Users

Created on 27 February 2023, over 1 year ago
Updated 4 May 2023, over 1 year ago

If I create a table display of a View of Storage Type A and Storage Type B, and then add "Storage Type" as a field, I see the following as an Administrator:

[Name] | [Storage Type]
Foo | A
Bar | B

However, as an authenticated user who can create Storage entities of type B, I only see this:

[Name] | [Storage Type]
Foo |
Bar |

I tired the same thing, except with Content and what I saw as the authenticated user was the same as the admin user, which I expected, and which I would expect from Storage.

I know the permissions are a little complicated on Storage entities, so hoping one of the maintainers may have a good idea what's going on.

Thanks in advance!

πŸ› Bug report
Status

Fixed

Version

1.3

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States andileco

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @andileco
    • mxh β†’ committed 8bd3647f on 1.3.x
      Issue #3344783 by andileco, mxh: Storage Bundle in View Hidden from Non-...
  • Status changed to Fixed over 1 year ago
  • πŸ‡©πŸ‡ͺGermany mxh Offenburg

    I have added a new access handler for the Storage type configurations, similar how node types behave on their access logic. They allow access when the user has the "access content" permission (view published content). Therefore, I have added any view permissions for storage entities into that access handler. Hope that works for you.

    Committed into 1.3.x, assuming to be fixed. If not, feel free to re-open this.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024