Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Embedded Genesys UI
Commits
c4f16d6f
Commit
c4f16d6f
authored
Nov 17, 2020
by
Matija Obreza
Browse files
Cart: Accession link with UUID
parent
32980a1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/CartPage.tsx
View file @
c4f16d6f
...
...
@@ -148,7 +148,7 @@ export class AccessionListPage extends React.Component<IAccessionListPageProps,
className
=
"align-middle"
/>
</
td
>
<
td
><
Link
to
=
{
`/a/
${
a
.
id
}
`
}
>
{
a
.
accessionNumber
}
</
Link
></
td
>
<
td
><
Link
to
=
{
`/a/
${
a
.
uu
id
}
`
}
>
{
a
.
accessionNumber
}
</
Link
></
td
>
<
td
>
{
a
.
accessionName
}
</
td
>
<
td
>
{
a
.
countryOfOrigin
&&
a
.
countryOfOrigin
.
name
}
</
td
>
</
tr
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment