*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 3e795650 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Always show the record link on "rdm-curation" requests in the sidebar

parent 5ef21a89
Branches
Tags
1 merge request!177Always show the record link on "rdm-curation" requests in the sidebar
...@@ -243,8 +243,8 @@ export class RequestMetadata extends Component { ...@@ -243,8 +243,8 @@ export class RequestMetadata extends Component {
</> </>
)} )}
{/* change: base endpoint on state */} {/* change: always show record link on rdm-curation requests & base endpoint on state */}
{request.status === "accepted" && request.topic?.record && ( {(request.status === "accepted" || request.type == "rdm-curation") && request.topic?.record && (
<> <>
<Divider /> <Divider />
<Header as="h3" size="tiny"> <Header as="h3" size="tiny">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment