Closed dr01d3r closed 6 years ago
Button navigates to "/redcap_v8.4.3/ExternalModules/NaN" instead of record_home.
The culprit is that getAutoId() is not wrapped in quotes and is causing the javascript to handle the concatenation as a math operation.
https://github.com/dr01d3r/redcap-em-orca-search/blob/a2ec853d494c602ef16f4f452307bef90e822476/templates/orca_search.tpl#L235
Corrected with latest commit.
https://github.com/dr01d3r/redcap-em-orca-search/blob/cbeafcd7bbca17e705a6a17bda1aa4574e90ba50/templates/orca_search.tpl#L235
Button navigates to "/redcap_v8.4.3/ExternalModules/NaN" instead of record_home.