-
Notifications
You must be signed in to change notification settings - Fork 40
Open
backdrop/backdrop
#5179Description
Description of the bug
I often struggle with determining the display type for the view I am configuring. The default pattern where the name of the displays are the types of displays does not hold up when you have many displays of the same type. This requires us to change the names of the displays to tell them apart, and then we loose the type of display.
Steps To Reproduce
To reproduce the behavior:
- Navigate to the views admin interface at
admin/structure/views - Configure the "Administer content" view at
admin/structure/views/view/node_admin_content - Clone the Page display as a block
- Rename the page display to
one - Clone the block display as Embed.
- rename the enbed display to
two. - Now try to figure out which one is the block, and which one is the embed.
Actual behavior
Once I have renamed my displays, the tools I use to determine the type are:
- the label of the section containing
Block settings, Page settings` etc (which is not available for all display types) - The URL for the link to change the
Display name:, which appears below the buttons to goggle display settings.
Both of these are cumbersome ways to get information that is readily available to views. Let's put it in the UI instead :)
Expected behavior
It should be easy to determine the display type.
I have two recommendations:
- Put the display type adjacent to the Display Name:
or
- Add the type on the views listing page, adjacent to the Display name, in parens:
Additional information
Add any other information that could help, such as:
- Backdrop CMS version:
- Web server and its version:
- PHP version:
- Database sever (MySQL or MariaDB?) and its version:
- Operating System and its version:
- Browser(s) and their versions:
olafgrabienski