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
If the UI is switched to read-only mode, the "Upload" button is properly hidden. But in the "..." menu, there is still an item for "Upload multiple artifacts"
Expected Behaviour
It the UI is switched to "read-only", the "Upload multiple artifacts" menu item should be removed from the "..." menu in the main "artifacts" UI page.
The text was updated successfully, but these errors were encountered:
I believe the problem is in the "import" DropdownItem in toolbar.tsx, where the item is added if "isAdmin=true", no matter what the "readOnly" state is.
Description
Registry
Version: 2.5.10
Persistence type: any
Steps to Reproduce
If the UI is switched to read-only mode, the "Upload" button is properly hidden. But in the "..." menu, there is still an item for "Upload multiple artifacts"
Expected Behaviour
It the UI is switched to "read-only", the "Upload multiple artifacts" menu item should be removed from the "..." menu in the main "artifacts" UI page.
The text was updated successfully, but these errors were encountered: