فهرست منبع

Merge branch 'hotfix/2.4.1' into develop

Olivier Massot 1 سال پیش
والد
کامیت
1a550e5774
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      components/Layout/AlertBar/RegistrationStatus.vue
  2. 1 1
      config/abilities/pages/rewards.yaml

+ 1 - 1
components/Layout/AlertBar/RegistrationStatus.vue

@@ -24,7 +24,7 @@ const accessProfile = useAccessProfileStore()
 
 const { data: registrationStatus, pending } = fetch(
   RegistrationStatus,
-  accessProfile.id ?? 0,
+  accessProfile.currentAccessId ?? 0,
 )
 
 const messagesByStatus = {

+ 1 - 1
config/abilities/pages/rewards.yaml

@@ -18,7 +18,7 @@ access_rewards_command_page:
         function: accessHasAnyRoleAbility,
         parameters: [{ action: 'read', subject: 'accessreward' }],
       }
-    -
+
 rewards_list_page:
   action: 'display'
   conditions: