diff --git a/models/recruit/src/index.ts b/models/recruit/src/index.ts index 11f71a4e7b..518b9df861 100644 --- a/models/recruit/src/index.ts +++ b/models/recruit/src/index.ts @@ -759,6 +759,7 @@ export function createModel (builder: Builder): void { strict: true }, config: [ + '', 'space', 'assignee', 'state', diff --git a/plugins/recruit-resources/src/components/KanbanCard.svelte b/plugins/recruit-resources/src/components/KanbanCard.svelte index 35b60a5e81..9a32e5a56e 100644 --- a/plugins/recruit-resources/src/components/KanbanCard.svelte +++ b/plugins/recruit-resources/src/components/KanbanCard.svelte @@ -93,9 +93,11 @@
-
- -
+ {#if enabledConfig(config, '')} +
+ +
+ {/if}
{#if enabledConfig(config, 'dueDate')}