What steps will reproduce the problem?
1. Open /alfresco/service/bulkfsimport in the https environment
2. Fill correct Import directory
3. Type any character in target space to trigger auto complete
What is the expected output? What do you see instead?
No auto complete ajax suggestion appear
What version of the product are you using? On what operating system?
Alfresco Enterprise v4.0.2 (.27 @build-number@)
Please provide any additional information below.
Its happened due to the error of simpleyui-min.js is loaded from http
environment (not https).
To fix this issue, I download simpleyui.js directly, save it into
bulkfilesystemimport source script and changes all related value on
bulkfilesystemimport/*.html.ftl from:
<script src="http://yui.yahooapis.com/3.8.0/build/simpleyui/simpleyui-min.js"></script>
into:
<script src="${url.context}/scripts/bulkfilesystemimport/simpleyui.js"></script>
Original issue reported on code.google.com by iman.suh...@gmail.com on 5 Dec 2013 at 3:25
Original issue reported on code.google.com by
iman.suh...@gmail.com
on 5 Dec 2013 at 3:25