-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy way to open item without Label column #2166
Comments
How do you configure Keystone so the entire row is clickable? Also, is there a way to hide the label column? |
fork admin ui and use it in your package or monorepo |
In the list page of admin UI, the `Label` column was used to open up the detailed view of a single item. Thus, hiding the `Label` column was preventing the user to navigate to detailed view. To Fix this, we are setting the `linkField` to the path of first field item. Closes #2166
In the list page of admin UI, the `Label` column was used to open up the detailed view of a single item. Thus, hiding the `Label` column was preventing the user to navigate to detailed view. To Fix this, we are setting the `linkField` to the path of first field item. Closes #2166
In the list page of admin UI, the `Label` column was used to open up the detailed view of a single item. Thus, hiding the `Label` column was preventing the user to navigate to detailed view. To Fix this, we are setting the `linkField` to the path of first field item. Closes #2166
Keystone 5 has officially moved into active maintenance mode as we push towards the next major new version Keystone Next, you can find out more information about this transition here. In an effort to sustain the project going forward, we're cleaning up and closing old issues such as this one. If you feel this issue is still relevant for Keystone Next, please let us know. |
Feature request
Is your feature request related to a problem? Please describe.
When you hide Label column then it's not possible to open a document from the list anymore since Label is the only clickable column. Workarounds include manually editing URL in the browser or copying link from the three dots (...) menu and pasting it to the URL in the browser.
Describe the solution you'd like
Add a new menu option
Open
under the three dots (...) menu of the list item. As a result there will be three options in that menu in the following order:Open
,Copy Link
andDelete
.Describe alternatives you've considered
Additional context
n/a
The text was updated successfully, but these errors were encountered: