Kaynağa Gözat

removed flags for non adherent users

bach 3 yıl önce
ebeveyn
işleme
1298db7da0

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


Dosya farkı çok büyük olduğundan ihmal edildi
+ 1 - 1
web/themes/custom/materiotheme/assets/dist/report.html


+ 2 - 1
web/themes/custom/materiotheme/vuejs/components/User/UserTools.vue

@@ -17,7 +17,7 @@
       class="mdi mdi-logout"
       title="logout"
     ></a>
-    <UserFlags/>
+    <UserFlags v-if="isAdherent"/>
   </div>
 </template>
 
@@ -39,6 +39,7 @@ export default {
     ...mapState({
       mail: state => state.User.mail,
       isAdmin: state => state.User.isAdmin,
+      isAdherent: state => state.User.isAdherent,
       flags: state => state.User.flags
     })
   },

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor