Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2012 at 22:12 UTC
Updated:
26 Jul 2017 at 10:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettHere's an example for the issue in the OP.
Comment #2
dawehnerLet's mark that one as duplicate #1400230: Decide whether the view should be marked as changed if any kind of converting happened
Comment #3
dawehnerIf +1 would be still allowed i would put an +1 for this approach.
Comment #4
tim.plunkettAfter adding a couple
$this->view->changed = TRUE;lines into the code, I decided to try this approach, since it's easier to understand what is going on if you read the function top to bottom, and just as easy to figure it out when just jumping in.Changing the title because I can't think of other places this needs to be done and isn't.
Comment #5
dawehnerThis patch looks fine so let's get that in.
Comment #6
mustanggb commented