This commit is contained in:
Yuri Kuznetsov
2025-01-01 10:25:25 +02:00
parent bf3ef1edf5
commit 29644e720e

View File

@@ -110,10 +110,7 @@ class PermissionTest extends \PHPUnit\Framework\TestCase
['application/Espo/Core/Application.php', '0755', '0644'],
['custom/Espo/Custom/Resources/metadata/entityDefs', '0775', '0664'],
['custom/Espo/Custom/Resources/metadata/entityDefs/Account.json', '0775', '0664'],
['application/Espo/Modules', '0775', '0664'],
['application/Espo/Modules/Crm/Resources', '0755', '0644'],
['application/Espo/Modules/Crm/Resources/layouts/Account/detail.json', '0755', '0644'],
['client/modules', '0775', '0664'],
['custom/Espo/Modules', '0775', '0664'],
['client/modules/crm/src', '0755', '0644'],
['client/modules/crm/src/views/account/detail.js', '0755', '0644'],
];