Hi,
I have found the problem is in the function:
function getTargetContextPath() {
var targetContextPath =
gadgets.util.unescapeString(prefs.getString("nuxeoTargetContextPath
"));
if (targetContextPath == null || targetContextPath ==
'') {
targetContextPath = "/default-domain"; //in Nuxeo
pref should be set at creation time
}
return targetContextPath;
}
The default value is an empty string for the "All
repository" and in the function's if statement the string is
replaced by the "default domain" one.
There is also a bug in JSP for IE, because it doesn't show
the "All repository" option at all.
Best regards
Adam
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/