Problem/Motivation
- If there is only one entity operation for a particular entity, the
dropdown caretshows regardless. This can cause confusion in the UI.
| Comment | File | Size | Author |
|---|
Issue fork rigel-3294429
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
baldwinlouie commented@yas, here is the patch that removes the
dropdown caretif there is only one entity operation.See attached screenshot as an example of the code change.
Please clear drupal cache before testing, since this is a twig template change.
Comment #4
yas@baldwinlouie
Thank you for the fix. I tested the patch and it works fine. I'll merge the patch to
5.x, and close this issue as Fixed.Comment #6
yas