Исправлены разрешения страницы оценки по ЦБ

This commit is contained in:
Александр Сироткин 2022-03-14 10:15:57 +05:00
parent 21149754c7
commit d8aacb4716

View File

@ -98,7 +98,7 @@ export const requirements: PermissionRecord = {
wells: ['Deposit.get', 'OperationStat.get', 'WellComposite.get'], wells: ['Deposit.get', 'OperationStat.get', 'WellComposite.get'],
sections: ['Deposit.get', 'OperationStat.get', 'WellComposite.get', 'DrillParams.get'], sections: ['Deposit.get', 'OperationStat.get', 'WellComposite.get', 'DrillParams.get'],
}, },
statistics: ['Deposit.get', 'WellOperation.get'], statistics: ['Deposit.get', 'WellOperation.get', 'OperationStat.get'],
}, },
operations: { operations: {
tvd: ['Deposit.get', 'OperationStat.get'], tvd: ['Deposit.get', 'OperationStat.get'],