We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cd097 commit cddfa30Copy full SHA for cddfa30
src/boot/changelog.js
@@ -1,7 +1,10 @@
1
import { boot } from "quasar/wrappers";
2
3
-const version = "v1.9.3";
+const version = "v1.9.4";
4
const changelog = {
5
+ "v1.9.4": [
6
+ "Kennzeichen-Feld in MA-Liste hinzugefügt",
7
+ ],
8
"v1.9.3": [
9
"Erlaubt die Gruppe der MA in der erweiterten Nutzerliste anzuzeigen",
10
"Fehlerbehebung, dass die Gruppeneinteilung nicht korrekt angezeigt wurde"
src/boot/constants.js
@@ -146,6 +146,12 @@ export default boot(async ({ app }) => {
146
},
147
access: "",
148
149
+ plate: {
150
+ id: "plate",
151
+ title: "Kennzeichen",
152
+ icon: "fa-solid fa-car",
153
+ access: "",
154
+ },
155
};
156
157
constants["engagement"] = {
0 commit comments