Is there a way to have an option to leave the edit override value as-is instead of changing it to override?

Comments

artis’s picture

Title: I'd like to be able to edit the default display instead of automatically overriding. » Solved: I'd like to be able to edit the default display instead of automatically overriding.

Solution:

Comment out lines 185-188 in viewes_ui_basic.module

  // Save setting as "overriden"
  // $section_override = $form_state['section'];
  // if ($section_override == 'pager_options') {
  //   $section_override = 'pager';
  // }
artis’s picture

Johan Ellison: If I write a patch making this an option on the settings page is there a chance it could get committed?

simon georges’s picture

Version: 7.x-1.1 » 7.x-1.x-dev

Let's try ;-)