ソースを参照

removed flags for non adherent users

bach 3 年 前
コミット
1298db7da0

ファイルの差分が大きいため隠しています
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


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


ファイルの差分が大きいため隠しています
+ 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
     })
   },

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません