Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Aug 2016 at 02:04 UTC
Updated:
5 Apr 2019 at 14:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
happysnowmantech commentedPatch rolled against 7.x-3.14, see attached.
[ETA: oops, it got attached twice, please ignore the second one.]
Comment #3
krina.addweb commented@happysnowmantech: Thanks for the patch, although this patch runs successfully but while reproducing the steps - it seems to be not working.
Here's the scenario I am generating:
If I uncheck "Create a label" for first time and click on apply, it works fine. But again when we click on "Contextual Links:" and when option form appears the checked field is unchecked.
This means that the last performed activity is not saved.
So, I think we need to apply another patch to work out this results.
Thanks!
Comment #4
krina.addweb commentedComment #5
alan-ps commentedIt should help.
Comment #6
krina.addweb commentedAttached patch is working fine.
Comment #7
nwom commented#5 worked great! Thank you!
Comment #8
kingandyPatch works fine for me and seems pretty essential to basic operation in this area ... Can we get it rolled into a release or at least dev?
Marking as "Major" because "Render one feature unusable with no workaround"
Comment #9
guypaddock commentedA workaround I've noted (without the patch) is that you can empty out the label text field and save, and now suddenly the checkbox will be unchecked.
Comment #10
hargobind#5 works great. RBTC++
Comment #11
ultrabob commentedHere's another confirmation that the patch works well, please consider committing!
Comment #12
jacob.embree commented#5 worked for me as well, but applied with fuzz. Here's a reroll.
Comment #13
mustanggb commentedComment #14
nsnoblin commented#9 - @GuyPaddock, you're a genius (or I'm an idiot ...). My usual fix has been to hide the label with CSS - it never occurred to me to simply empty the label text field. Thanks!
Comment #16
damienmckennaCommitted. Thanks!