You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way for a Drupal site admin to add ‘Private’ products to an existing user’s Developer Apps. There are three different types of Product “Access” or “visibilities”, (eg Public, Private, Internal). When a Drupal admin attempts to edit a user (/user/${user}/apps/${appName}/edit) Private products don’t appear.
Describe the solution you'd like
The use case is for an administrator of the Drupal site to navigate to a given user and in their list of products both ‘Public’ and ‘Private’ should appear because the user is a Drupal Admin.
The behavior would still prevent an anonymous user and authenticated user from seeing ‘Private’ products. Only ‘Public’ products should appear for ordinary Drupal accounts.
Is your feature request related to a problem?
There is currently no way for a Drupal site admin to add ‘Private’ products to an existing user’s Developer Apps. There are three different types of Product “Access” or “visibilities”, (eg Public, Private, Internal). When a Drupal admin attempts to edit a user (
/user/${user}/apps/${appName}/edit
) Private products don’t appear.Describe the solution you'd like
The use case is for an administrator of the Drupal site to navigate to a given user and in their list of products both ‘Public’ and ‘Private’ should appear because the user is a Drupal Admin.
The behavior would still prevent an anonymous user and authenticated user from seeing ‘Private’ products. Only ‘Public’ products should appear for ordinary Drupal accounts.
Describe alternatives you've considered
Additional context
Screenshot of my API Product Access settings for reference:
The text was updated successfully, but these errors were encountered: