|
@@ -436,7 +436,7 @@ function openForm(config,formConfig,crfRef, crfEntry){
|
|
|
let containerPath= LABKEY.ActionURL.getContainer();
|
|
|
// This changes the page after building the URL.
|
|
|
//Note that the wiki page destination name is set in params.
|
|
|
- var wikiURL = LABKEY.ActionURL.buildURL("crf", formUrl , containerPath, params);
|
|
|
+ var wikiURL = LABKEY.ActionURL.buildURL("crf_iraemm", formUrl , containerPath, params);
|
|
|
print(config,"Redirecting to "+wikiURL);
|
|
|
|
|
|
|