Comments

snehalgaikwad created an issue. See original summary.

snehalgaikwad’s picture

Added two more conditions, less than equal to and greater than equal to.

snehalgaikwad’s picture

Assigned: snehalgaikwad » Unassigned
snehalgaikwad’s picture

Status: Active » Needs review
abhisekmazumdar’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new67.42 KB
new61.3 KB

+1 RTBC

For Greater then Equal

For Less the Equal

shelane’s picture

Status: Reviewed & tested by the community » Needs work

It 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 as 12 => 'Length NOT equal to'

naresh_bavaskar’s picture

Assigned: Unassigned » naresh_bavaskar
naresh_bavaskar’s picture

Assigned: naresh_bavaskar » Unassigned
Status: Needs work » Needs review
StatusFileSize
new1.09 KB

Please 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)

naresh_bavaskar’s picture

StatusFileSize
new3.41 KB

added interdiff

  • shelane committed 8abf14b on 8.x-1.x
    Issue #3071642 by naresh_bavaskar: Condition less than or equal and...
shelane’s picture

Status: Needs review » Fixed
shelane’s picture

I decided to do a bit of refactoring, so the committed code does not match your patch. It was definitely worth adding.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.