Skip to content
Snippets Groups Projects
Commit a901ca6b authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove checks for OfficiallySignedDocument

The rename/deploy has happened some time ago.
parent 52d5f880
No related branches found
No related tags found
No related merge requests found
Pipeline #16057 passed
......@@ -288,13 +288,7 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
break;
case "entryPointUrl":
JSONLD.initialize(this.entryPointUrl, (jsonld) => {
let apiUrlBase;
try {
// Old name, remove eventually
apiUrlBase = jsonld.getApiUrlForEntityName("OfficiallySignedDocument");
} catch(error) {
apiUrlBase = jsonld.getApiUrlForEntityName("AdvancedlySignedDocument");
}
let apiUrlBase = jsonld.getApiUrlForEntityName("AdvancedlySignedDocument");
this.fileSourceUrl = apiUrlBase;
});
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment