Skip to content
Snippets Groups Projects
Commit eb615a28 authored by Sirieam Marie Hunke's avatar Sirieam Marie Hunke Committed by Petar Hristov
Browse files

Fix: Missing API Call for refreshing resourcetype quota

parent 62b30fe4
No related branches found
No related tags found
2 merge requests!215Release: Sprint/2023 06 :robot:,!213Fix: Missing API Call for refreshing resourcetype quota
......@@ -31,7 +31,7 @@ export default {
headers: {
resourceType: "Ressourcentyp",
projectQuota: "Aktuelle Projektquota",
resourceQuota: "Aktielle Ressourcenquota",
resourceQuota: "Aktuelle Ressourcenquota",
maximumQuota: "Maximale Quota",
maximumQuotaHint:
......
......@@ -371,6 +371,8 @@ export default defineComponent({
const parentProject = this.project;
// Refresh the project information in the store
await this.projectStore.refreshProjectInformation(parentProject);
// Refresh the project quota information
await this.projectStore.retrieveResourceTypeQuotas(parentProject);
this.notificationStore.postNotification({
title: this.$t("toast.onDelete.success.title").toString(),
body: this.$t("toast.onDelete.success.message").toString(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment