Skip to content

Commit

Permalink
SAK-29537 : helpdeskUrl has no effect over the application
Browse files Browse the repository at this point in the history
  • Loading branch information
frasese committed Jun 29, 2015
1 parent faa451a commit cc2cbc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ protected void doGet(HttpServletRequest request, HttpServletResponse response) t
setStringAttribute(request, "featureSuggestionUrl", sakaiProxy.getConfigString("feedback.featureSuggestionUrl", ""));
setStringAttribute(request, "helpPagesUrl", sakaiProxy.getConfigString("feedback.helpPagesUrl", "/portal/help/main"));
setStringAttribute(request, "helpPagesTarget", sakaiProxy.getConfigString("feedback.helpPagesTarget", "_blank"));
setStringAttribute(request, "helpdeskUrl", sakaiProxy.getConfigString("feedback.helpdeskUrl", ""));
setStringAttribute(request, "supplementaryInfo", sakaiProxy.getConfigString("feedback.supplementaryInfo", ""));
request.setAttribute("maxAttachmentsMB", sakaiProxy.getAttachmentLimit());
setStringAttribute(request, "technicalToAddress", sakaiProxy.getConfigString(Constants.PROP_TECHNICAL_ADDRESS, null));
Expand Down
1 change: 0 additions & 1 deletion feedback/src/webapp/WEB-INF/bootstrap.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
technicalToAddress: '${technicalToAddress}',
contactName: '${contactName}',
enableTechnical: ${enableTechnical},
helpdeskUrl: '${helpdeskUrl}',
helpPagesUrl: '${helpPagesUrl}',
helpPagesTarget: '${helpPagesTarget}',
supplementaryInfo: '${supplementaryInfo}',
Expand Down
1 change: 0 additions & 1 deletion feedback/src/webapp/js/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
supplementaryInfo: feedback.supplementaryInfo,
helpPagesUrl: feedback.helpPagesUrl,
helpPagesTarget: feedback.helpPagesTarget,
helpdeskUrl: feedback.helpdeskUrl,
loggedIn: loggedIn, showContentPanel : feedback.showContentPanel,
showHelpPanel : feedback.showHelpPanel,
showTechnicalPanel : feedback.showTechnicalPanel,
Expand Down

0 comments on commit cc2cbc8

Please sign in to comment.