Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Hotfix: updating tloi links
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Jul 15, 2021
1 parent 725abfb commit fd62fa8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ private void updateTable () {
else
link.setInnerText(tloi.getDateCreated());

link.setHref("/#tlois/" + ExecutionList.username + "/" + ExecutionList.domain + "/" + tloi.getId());
//FIXME: this is different on the server
link.setHref("/disk-portal/#tlois/" + ExecutionList.username + "/" + ExecutionList.domain + "/" + tloi.getId());
//date.setInnerText(tloi.getDateCreated());
date.appendChild(link);

Expand Down

0 comments on commit fd62fa8

Please sign in to comment.