Updates in init() like #1367304: Using OR in filters breaks contextual filters cause changes to the view that aren't kept unless it is saved, yet the save button is hidden by default.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | views-1400240-4.patch | 2.28 KB | tim.plunkett |
| #1 | views-1400240-1.patch | 468 bytes | tim.plunkett |
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