Skip to content

Commit cddfa30

Browse files
committed
Update changelog for version v1.9.4 and add 'Kennzeichen' field to constants
1 parent a6cd097 commit cddfa30

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/boot/changelog.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
import { boot } from "quasar/wrappers";
22

3-
const version = "v1.9.3";
3+
const version = "v1.9.4";
44
const changelog = {
5+
"v1.9.4": [
6+
"Kennzeichen-Feld in MA-Liste hinzugefügt",
7+
],
58
"v1.9.3": [
69
"Erlaubt die Gruppe der MA in der erweiterten Nutzerliste anzuzeigen",
710
"Fehlerbehebung, dass die Gruppeneinteilung nicht korrekt angezeigt wurde"

src/boot/constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ export default boot(async ({ app }) => {
146146
},
147147
access: "",
148148
},
149+
plate: {
150+
id: "plate",
151+
title: "Kennzeichen",
152+
icon: "fa-solid fa-car",
153+
access: "",
154+
},
149155
};
150156

151157
constants["engagement"] = {

0 commit comments

Comments
 (0)