Including default namespace to be sent back to template NIHVIVO-3022
This commit is contained in:
parent
1cbde6cb99
commit
154a3b80ad
1 changed files with 4 additions and 1 deletions
|
@ -165,7 +165,10 @@ public class InstitutionalInternalClassController extends FreemarkerHttpServlet
|
|||
}
|
||||
//Get current internal class if it exists
|
||||
data.put("existingInternalClass", retrieveCurrentInternalClass());
|
||||
}
|
||||
}
|
||||
//Place default namespace within data to pass back to template
|
||||
String defaultNamespace = vreq.getWebappDaoFactory().getDefaultNamespace();
|
||||
data.put("defaultNamespace", defaultNamespace);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue