mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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 (
|
||||
uid === 'admin::workflow' ||
|
||||
uid === 'admin::workflow-stage' ||
|
||||
endPath?.startsWith('strapi_stage')
|
||||
endPath?.startsWith('strapi_stage') ||
|
||||
endPath?.startsWith('strapi_assignee')
|
||||
) {
|
||||
workflowsStatus = diff.kind;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user