Skip to content

Commit

Permalink
3057 - The "Register DOI" button on the Item status page is not displ…
Browse files Browse the repository at this point in the history
…ayed
  • Loading branch information
aroman-arvo committed May 16, 2024
1 parent d8ed267 commit 8898ad6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class ItemStatusComponent implements OnInit {
const op = new ItemOperation('register-doi', `${currentUrl}/register-doi`, FeatureID.CanRegisterDOI, true);
ops.splice(ops.length - 1, 0, op); // Add item before last
}
return inititalOperations;
return ops;
}),
concatMap((op: ItemOperation) => {
if (hasValue(op.featureID)) {
Expand Down

0 comments on commit 8898ad6

Please sign in to comment.