Closed (fixed)
Project:
Views Conditional
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2019 at 13:23 UTC
Updated:
23 Apr 2021 at 00:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
snehalgaikwad commentedAdded two more conditions, less than equal to and greater than equal to.
Comment #3
snehalgaikwad commentedComment #4
snehalgaikwad commentedComment #5
abhisekmazumdar+1 RTBC
For Greater then Equal

For Less the Equal

Comment #6
shelaneIt looks as though this would change what the behavior for existing views. The patch needs an update hook to make those updates so that users would not end up with completely wrong views results based on different conditions than what they set. So if someone had
12 => 'Length Less than'set, it would start to behave as12 => 'Length NOT equal to'Comment #7
naresh_bavaskarComment #8
naresh_bavaskarPlease review the patch, i have made some changes where we dont need to write update hook @shelane (might $conditions sequence 13th and 14th looks bad)
Comment #9
naresh_bavaskaradded interdiff
Comment #11
shelaneComment #12
shelaneI decided to do a bit of refactoring, so the committed code does not match your patch. It was definitely worth adding.