fix: include strapi_assignee as a known feature in data transfer

This commit is contained in:
Marc-Roig 2023-08-24 10:27:50 +02:00
parent 307122ead0
commit f648affa41
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -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;
}