Skip to content
Snippets Groups Projects
Commit d6f5d616 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix binary lib: not returning inserted id

parent a0b7dd9b
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ SingleBinaryUtils.insert = function(pAssignmentTable, pAssignmentName, pAssignme
*/
SingleBinaryUtils.insertMainDocument = function(pAssignmentTable, pAssignmentName, pAssignmentRowId, pBase64, pFileName, pDescription, pAlias)
{
SingleBinaryUtils.insert(pAssignmentTable, pAssignmentName, pAssignmentRowId, pBase64, pFileName, pDescription, "MAINDOCUMENT", pAlias);
return SingleBinaryUtils.insert(pAssignmentTable, pAssignmentName, pAssignmentRowId, pBase64, pFileName, pDescription, "MAINDOCUMENT", pAlias);
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment