Configure the Data Confidentiality Footnote
By default, SuperWEB2 displays a message at the bottom of a table containing the text "For further information see Data Confidentiality", with a link to a page that is intended to provide information about your datasets and confidentiality methods.
You can:
- Change the text that is displayed.
- Change the link to point to a page of your choosing.
- Remove this message entirely.
You should at the very least change the link to point to a page that is relevant to your data, as the default linked page indicates that confidentiality information has not been configured.
Once you have finished making the changes described below, you must restart Tomcat or the SuperWEB2 service for the changes to take effect.
Change the Displayed Text
To change the text, edit the following properties in the appropriate common_labels.properties files for your supported languages (located in <tomcat_home>\webapps\webapi\WEB-INF\classes\). The preText
property is the text before the link, while postText
is the text for the link itself:
tableView.confidentiality.preText=For further information see\
tableView.confidentiality.postText=Data Confidentiality
Change the Destination Link
To change the destination link, edit the following property in the configuration.properties file:
externalLink.dataConfidentialityURL=/webapi/jsf/help/not-configured.xhtml
Remove the Data Confidentiality Footnote
If you do not want to display the data confidentiality message at all, simply change all three properties to blank values:
common_labels.properties
tableView.confidentiality.preText=
tableView.confidentiality.postText=
configuration.properties
externalLink.dataConfidentialityURL=