Skip to content
Snippets Groups Projects
Unverified Commit 8abaf671 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Add "basic" label to basic actions (#29892)

parent d1fad21e
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,9 @@ function ModelActionListItem({
<div>
<ActionTitle to={actionUrl}>{action.name}</ActionTitle>
<ActionSubtitle>
{action.type === "implicit" && (
<ActionSubtitlePart>{t`Basic action`}</ActionSubtitlePart>
)}
{action.public_uuid && (
<ActionSubtitlePart>{t`Public action form`}</ActionSubtitlePart>
)}
......
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