mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Merge pull request #17865 from strapi/fix/disable-rw-on-user
This commit is contained in:
commit
e595b117c4
@ -113,7 +113,8 @@ const userSchemaAdditions = () => {
|
||||
'updatedBy',
|
||||
'updatedAt',
|
||||
'publishedAt',
|
||||
'strapi_reviewWorkflows_stage',
|
||||
'strapi_stage',
|
||||
'strapi_assignee',
|
||||
];
|
||||
|
||||
return currentSchema.filter((key) => !(ignoreDiffs.includes(key) || defaultSchema.includes(key)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user