فهرست منبع

Merge branch 'hotfix/fix_ci_20250731'

Olivier Massot 4 ماه پیش
والد
کامیت
c53b7aacf0
3فایلهای تغییر یافته به همراه7 افزوده شده و 5 حذف شده
  1. 1 1
      .gitlab-ci.yml
  2. 1 3
      pages/parameters/sms.vue
  3. 5 1
      pages/subscription.vue

+ 1 - 1
.gitlab-ci.yml

@@ -5,7 +5,7 @@ stages:
 
 variables:
   APP_ENV: ci
-  GIT_CLEAN_FLAGS: -ffdx
+  GIT_CLEAN_FLAGS: -ffd
   YARN_ENABLE_GLOBAL_CACHE: 'false'
   YARN_ENABLE_TELEMETRY: 'false'
 

+ 1 - 3
pages/parameters/sms.vue

@@ -24,9 +24,7 @@
               :href="
                 runtimeConfig.public.fileStorageBaseUrl +
                 '/Bon_de_commande/' +
-                (organizationProfile.isCmf
-                  ? 'SMS_CMF.pdf'
-                  : 'SMS_Public.pdf')
+                (organizationProfile.isCmf ? 'SMS_CMF.pdf' : 'SMS_Public.pdf')
               "
               target="_blank"
             >

+ 5 - 1
pages/subscription.vue

@@ -419,7 +419,11 @@ Page 'Mon abonnement'
                       "
                       target="_blank"
                     >
-                      {{ hasSmsModule ? $t('buy_more_sms_credits') : $t('buy_sms_credits') }}
+                      {{
+                        hasSmsModule
+                          ? $t('buy_more_sms_credits')
+                          : $t('buy_sms_credits')
+                      }}
                       <i class="fa-solid fa-greater-than small" />
                     </v-btn>
                   </template>