Skip to content

Commit

Permalink
Merge pull request #2 from vanderbilt-redcap/master
Browse files Browse the repository at this point in the history
Override redcap_module_link_check_display() to preserve link display behavior in REDCap versions from 8.4.1
  • Loading branch information
lsgs authored Apr 26, 2018
2 parents d3bf52a + e18200d commit 2e13f43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion TableauConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@
* REDCap External Module: Tableau Connector
*/
class TableauConnector extends AbstractExternalModule
{
{
public function redcap_module_link_check_display()
{
return true;
}

/**
* Print the page of instructions
*/
Expand Down

0 comments on commit 2e13f43

Please sign in to comment.