Commit 8da2a63f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

Merge branch 'ag/baseuriPorteDoc' into 'master'

ajout baseuri pour porte-document EAD

See merge request pdn-certic/MaX!91
parents 0cc4e4c8 70625cd6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ declare function max.plugin.ead_basket:itemPorteDocuments($projectId, $item){
            map {
            "project" : $projectId,
            "docName" : $xmlDocName,
	    "baseuri":max.config:getBaseURI(),
            "nodeId" : $nodeId})/*[1]
};