Enhance payment processing by adding VAT number handling and updating transaction retrieval logic. Refactor user role migration script for improved role assignments and streamline software tool functionality with maintenance mode checks and UI updates.
This commit is contained in:
@@ -1728,11 +1728,12 @@ function getProfile($profile, $permission){
|
||||
'application' => 'CRU',
|
||||
'user_role_assignments' => 'R',
|
||||
'user_permissions' => 'R',
|
||||
'products_software' => 'R',
|
||||
'software_update' => 'R',
|
||||
'software_download' => 'R',
|
||||
'software_available' => 'R',
|
||||
'history' => 'RU',
|
||||
'payment' => 'U'
|
||||
'payment' => 'RU'
|
||||
];
|
||||
|
||||
// 1. Check if basic_permission_level is 4 (System-admin+) - always allow
|
||||
|
||||
Reference in New Issue
Block a user