tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

SitePoll Dashlet can't be configured in v4.2d #118

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create new site poll in Alfresco v 4.2d
2. Add Site Poll Dashlet to dashboard
3. Click 'Configure' for dashlet

What is the expected output? What do you see instead?
Screen for selection of poll created before should be displayed. Instead, 
nothing happens.

What version of the add-on are you using? Please provide version of the
downloaded package, or Subversion revision number.
Site-poll-dashlet 2.0.1

What version of Alfresco are you using? On what application server?
Alfresco v4.2b on CentOS 6.3 (works fine on Alfresco 4.0d)

What web browser are you using? Please supply browser name and version.
Mozilla Firefox 17.01

Original issue reported on code.google.com by hstock...@compeso.com on 11 Dec 2012 at 10:22

GoogleCodeExporter commented 8 years ago
Arrrgh - should read 'v4.2b' instead of '4.2.d'

Original comment by hstock...@compeso.com on 11 Dec 2012 at 10:23

GoogleCodeExporter commented 8 years ago
The cause is this 404 response being returned from Share

http://localhost:8081/share/res//share/modules/simple-dialog_.js

This is caused by the following line in site-poll.get.head.ftl

<@script type="text/javascript" 
src="${page.url.context}/modules/simple-dialog.js"></@script>

Adding the /res prefix fixes this locally for me.

Original comment by will.abson on 11 Dec 2012 at 11:50

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1359.

Original comment by will.abson on 11 Dec 2012 at 11:50

GoogleCodeExporter commented 8 years ago
Released new version 2.0.2, deprecated 2.0.1.

Original comment by will.abson on 11 Dec 2012 at 12:00