Commit 23f9fe8d authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

ead basket : relative baseuri param

parent 9fa551db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ declare function max.plugin.ead_basket:itemPorteDocuments($projectId, $item){
            map {
            "project" : $projectId,
            "docName" : $xmlDocName,
	    "baseuri":max.config:getBaseURI(),
	        "baseuri" : max.util:getRelativeRootPath($projectId),
            "nodeId" : $nodeId})/*[1]
};