Use updated project-history response format

This commit is contained in:
James Allen 2018-04-06 15:20:18 +01:00
parent 1e8439a2c6
commit 11d47fcc31

View file

@ -248,7 +248,7 @@ define [
updatePathnameWithUpdateVersions(add.pathname, update) updatePathnameWithUpdateVersions(add.pathname, update)
if project_op.remove? if project_op.remove?
remove = project_op.remove remove = project_op.remove
updatePathnameWithUpdateVersions(remove.pathname, update, remove.atV) updatePathnameWithUpdateVersions(remove.pathname, update, project_op.atV)
return docs_summary return docs_summary