*** 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
No related branches found
No related tags found
1 merge request!177Always show the record link on "rdm-curation" requests in the sidebar
......@@ -243,8 +243,8 @@ export class RequestMetadata extends Component {
</>
)}
{/* change: base endpoint on state */}
{request.status === "accepted" && request.topic?.record && (
{/* change: always show record link on rdm-curation requests & base endpoint on state */}
{(request.status === "accepted" || request.type == "rdm-curation") && request.topic?.record && (
<>
<Divider />
<Header as="h3" size="tiny">
......
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