-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smarty variables] Remove isset from batch form #22187
Conversation
(Standard links)
|
Stacktrace /home/jenkins/bknix-dfl/build/core-22187-36q9f/web/sites/all/modules/civicrm/tests/phpunit/api/v4/Action/DateTest.php:96 |
test this please |
test this please |
5198142
to
d98d889
Compare
@colemanw this is failing only on a known test fail - should be an easy one |
jenkins retest this please |
@@ -9,7 +9,7 @@ | |||
*} | |||
|
|||
{* Financial search component. *} | |||
{if !isset($batchStatus)} | |||
{if $batchStatus} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be !$batchStatus
d98d889
to
e8994a1
Compare
Affects url civicrm/financial/financialbatches?reset=1&batchStatus=1
e8994a1
to
5218709
Compare
@demeritcowboy I've updated this - on review I've changed the approach slightly |
Overview
Affects url civicrm/financial/financialbatches?reset=1&batchStatus=1
Before
fatal with hardened smarty
After
ok
Technical Details
Comments