Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 198ebe5

Browse files
committed
3380-hide technical manual link
1 parent eca4173 commit 198ebe5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/AboutView.java

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,15 @@ public AboutView() {
119119
FileDownloader dataDictionaryDownloader = new FileDownloader(new ClassResource("/doc/SORMAS_Data_Dictionary.xlsx"));
120120
dataDictionaryDownloader.extend(dataDictionaryButton);
121121

122-
Link technicalManualLink = new Link(
123-
I18nProperties.getCaption(Captions.aboutTechnicalManual),
124-
new ExternalResource("https://github.com/hzi-braunschweig/SORMAS-Project/files/2585973/SORMAS_Technical_Manual_Webversion_20180911.pdf"));
125-
technicalManualLink.setTargetName("_blank");
126-
documentsLayout.addComponent(technicalManualLink);
122+
// This link is hidden until an updated version of the document is provided
123+
/*
124+
* Link technicalManualLink = new Link(
125+
* I18nProperties.getCaption(Captions.aboutTechnicalManual),
126+
* new ExternalResource(
127+
* "https://github.com/hzi-braunschweig/SORMAS-Project/files/2585973/SORMAS_Technical_Manual_Webversion_20180911.pdf"));
128+
* technicalManualLink.setTargetName("_blank");
129+
* documentsLayout.addComponent(technicalManualLink);
130+
*/
127131

128132
setSizeFull();
129133
setStyleName("about-view");

0 commit comments

Comments
 (0)