Problem/Motivation

I have lots of views with multiple displays that override the settings but there is no indication that something has been overridden. You need to edit something to find out what the status. Deleting or modifying a section like Relationships can affect other sections and other displays.

This tends to be an issue as the number of displays increase such as one where I have four attachments.

Proposed resolution

Add an asterisk or other indicator to the end of the section name like Fields* or Relationships* when they are overridden.

Issue fork drupal-3515192

Command icon 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

bwong created an issue. See original summary.

cilefen’s picture

Version: 11.1.x-dev » 11.x-dev
Component: views.module » views_ui.module

ajinkya45 made their first commit to this issue’s fork.

ajinkya45’s picture

Status: Active » Needs review

fixed in MR #12881, open for review

libbna’s picture

Assigned: Unassigned » libbna

I will review this.

libbna’s picture

Assigned: libbna » Unassigned
StatusFileSize
new1.5 MB

After applying MR !12881 my site is breaking, I think there some issue with the MR or if someone else can confirm it please.

Also I tried to apply the changes manually and I don't see any * (updation sign) in the section after making the changes.

libbna’s picture

StatusFileSize
new42.04 KB

I have reviewed the a631c343 commit and now I can see the * on the section level after making some changes like adding a field, etc.

Views block image

needs-review-queue-bot’s picture

Status: Needs review » Needs work
StatusFileSize
new91 bytes

The Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".

This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.

Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.

lendude’s picture

The overridden sections are in italics currently. So isn't that our indication?

Version: 11.x-dev » main

Drupal core is now using the main branch as the primary development branch. New developments and disruptive changes should now be targeted to the main branch.

Read more in the announcement.