Author: fdesbois Date: 2012-04-18 12:13:50 +0200 (Wed, 18 Apr 2012) New Revision: 3291 Url: http://chorem.org/repositories/revision/pollen/3291 Log: fixes #524 : link issue for result page, need the creatorId token to display the page (security for not public results) Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/pollListHelper.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/pollListHelper.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/pollListHelper.jsp 2012-04-18 10:13:45 UTC (rev 3290) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/pollListHelper.jsp 2012-04-18 10:13:50 UTC (rev 3291) @@ -95,7 +95,7 @@ result += formatLink("${voteUrl}" + id, "${voteImg}", "Vote", "${voteTitle}") } if (cellvalue.indexOf('result') > -1) { - result += formatLink("${resultUrl}" + id, "${resultImg}", "Result", "${resultTitle}") + result += formatLink("${resultUrl}" + adminId, "${resultImg}", "Result", "${resultTitle}") } if (cellvalue.indexOf('edit') > -1) { result += formatLink("${editUrl}" + adminId, "${editImg}", "Edit", "${editTitle}")
participants (1)
-
fdesbois@users.chorem.org