mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-05 06:34:03 +00:00
show model display to the left of the identifier in process model search box w/ burnettk
This commit is contained in:
parent
78ea2b255a
commit
9802716f19
@ -29,9 +29,9 @@ export default function ProcessModelSearch({
|
|||||||
};
|
};
|
||||||
|
|
||||||
const getFullProcessModelLabel = (processModel: ProcessModel) => {
|
const getFullProcessModelLabel = (processModel: ProcessModel) => {
|
||||||
return `${processModel.id} (${getParentGroupsDisplayName(processModel)} ${
|
return `${getParentGroupsDisplayName(processModel)} / ${
|
||||||
processModel.display_name
|
processModel.display_name
|
||||||
})`;
|
} (${processModel.id})`;
|
||||||
};
|
};
|
||||||
|
|
||||||
const shouldFilterProcessModel = (options: any) => {
|
const shouldFilterProcessModel = (options: any) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user