mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00
fix: include strapi_assignee as a known feature in data transfer
This commit is contained in:
parent
307122ead0
commit
f648affa41
@ -291,7 +291,8 @@ const getDiffHandler = (engine, { force, action }) => {
|
|||||||
if (
|
if (
|
||||||
uid === 'admin::workflow' ||
|
uid === 'admin::workflow' ||
|
||||||
uid === 'admin::workflow-stage' ||
|
uid === 'admin::workflow-stage' ||
|
||||||
endPath?.startsWith('strapi_stage')
|
endPath?.startsWith('strapi_stage') ||
|
||||||
|
endPath?.startsWith('strapi_assignee')
|
||||||
) {
|
) {
|
||||||
workflowsStatus = diff.kind;
|
workflowsStatus = diff.kind;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user