Skip to content

Commit

Permalink
Merge branch 'release/3.3.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Jun 4, 2019
2 parents c6005ad + 85998c5 commit 4cf8137
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to the Form Render Skip Logic module will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.7] - 2019-06-04
- Update LogicTester call for new variable in v9 (Kyle Chesney)
- Add Kyle Chesney as contributor (Kyle Chesney)


## [3.3.6] - 2019-06-03
### Changed
- Checks if records exist before preventing hidden data (Kyle Chesney)
Expand Down
2 changes: 1 addition & 1 deletion ExternalModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function getFormsAccessMatrix($event_id = null, $record = null) {
$logic = str_replace("''", '[' . $fake_field . ']', $logic);

$logic = Calculate::formatCalcToPHP($logic, $Proj);
$logic = LogicTester::logicPrependEventName($logic, $events_names[$event_id]);
$logic = LogicTester::logicPrependEventName($logic, $events_names[$event_id], $Proj = $Proj);

if (empty($data[$event_id])) {
$data[$event_id] = array();
Expand Down
5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"name": "Tiago Bember",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
},
{
"name": "Kyle Chesney",
"email": "[email protected]",
"institution": "University of Florida - CTSI"
}
],
"project-settings": [
Expand Down

0 comments on commit 4cf8137

Please sign in to comment.