Closed (fixed)
Project:
Rules
Version:
7.x-2.x-dev
Component:
Rules Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 14:49 UTC
Updated:
17 Jun 2018 at 04:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
fagoIt looks the problem is that we do a type-safe check then and check 0 vs. FALSE. The attached patch fixes that to never do a type-safe check but to just differentiate between NULL and FALSE values.
Patch attached and committed.
Comment #3
shaneonabike commentedSorry did this patch actually get deployed into Rules b/c I am having the same issue here: #1919096: Apply provincial taxes not working
Essentially the Rule to compare a boolean (checkbox) with the checked value fails each time...
Comment #4
shaneonabike commentedActually I can see that this was applied sorry for not checking beforehand but it's interesting b/c I see that the rule still fails... I haven't been able to diagnose why but will try and report back.
Comment #5
shaneonabike commentedHrmmm never mind I got the latest code and it seems to be working properly now. Thanks!
Comment #7
tr commentedThis was fixed in #1. It was mistakenly re-opened in #3 and never closed again when the mistake was discovered.
Closing ...
Comment #8
tr commented