Fix: send correct name when creating a series

This commit is contained in:
Mattias Granlund 2024-10-03 20:17:13 +02:00
parent 490febec5c
commit a43523d157

View File

@ -185,7 +185,7 @@
console.log('creatingRef.commit', commit); console.log('creatingRef.commit', commit);
branchController.createPatchSeries( branchController.createPatchSeries(
branch?.id || '', branch?.id || '',
'refs/remotes/' + createRefName, createRefName,
commit.changeId ? { ChangeId: commit.changeId } : { CommitId: commit.id } commit.changeId ? { ChangeId: commit.changeId } : { CommitId: commit.id }
); );
createRefModal.close(); createRefModal.close();