removed standalone wiki and attachments forms and menu links

This commit is contained in:
2020-04-19 21:59:58 +00:00
parent 128332eb19
commit bdd2fda823
4 changed files with 27 additions and 80 deletions

View File

@@ -1,21 +0,0 @@
<template>
<UnderConstruction />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-paperclip",
title: this.$ay.t("Attachments"),
helpUrl: "form-ay-attachments"
});
}
};
</script>

View File

@@ -1,21 +0,0 @@
<template>
<UnderConstruction />
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-feather",
title: this.$ay.t("WikiPage"),
helpUrl: "form-ay-wiki"
});
}
};
</script>