-
Notifications
You must be signed in to change notification settings - Fork 80
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
Rename "Details" button to "Edit Details" #1116
Comments
I should mention, that the ideal here is that when adjusting an UploadField image, the details fields are immediately editable, rather than read-only. Then we don't even need to display a button. |
To me click on a button to edit settings that belongs to a file makes sense and therefor just have fields like placement etc. editable is well OK. But "Details" doesn't make clear that you probable edit something that is used elsewhere. I agree "Edit Details" or even "Edit File Settings" would explain that better than just "Details". |
The '(Edit) Details' button isn't shown at all when this same modal gets loaded from an UploadField. |
I've tried to reproduce what @micschk wrote with 4.8.x and 4.9.0-rc1 but either I do not understand or I cannot. I wonder with what versions or other "Environment variables" like language etc. you used, to get that result? 4.8.x
4.9.0-rc1
|
@micschk Maybe you are experiencing this bug?: "(Edit) Details" button only visible if grid shows the page of selected file #1136 |
Aah, yes that appears to be it! And the issue thread even contains a composer command to pull the fix in... Thanks! |
I've left a bit more thoughts on issue #1209, for example not having much space near the file title due to long file names and another idea of having the link in the actions bar at the bottom. Works a bit better for the Uploadfield experience too as a potential quick fix. |
Going back to the original ask of this issue: Rename "Details" to "Edit Details".... I would argue that this is deserving of a higher impact label seeing as I just spent an hour trying to find a way to enable editing on via UploadField only to finally find these tickets find that "[Icon] Details" actually meant "Edit Details". I'm sure I'm not the only one. Given how incredibly simple this change should be, do we think we can get this updated soon? PS: Hi, it's been a while but I'm back :) |
Closing as a duplicate of #1209 since there's more discussion in that issue. |
Initially reported in original PR: #1038
New in Silverstripe 4.6 is the ability to edit file information directly in the modal.
When adjusting an image in an UploadField, the Details fields are read-only, and the button to make them editable is confusing just labelled "Details":
A primary use case of this button is when using the FocusPoint module.
The same button exists in a different context when editing a WYSIWYG image:
Here, the Details fields are not visible, so changing it to just say "Edit" would be unclear.
Therefore I suggest renaming it to say Edit Details so that the action is clear in both contexts.
The text was updated successfully, but these errors were encountered: