Skip to content
Snippets Groups Projects
Commit 277e64fd authored by Dasan Ibrahim's avatar Dasan Ibrahim
Browse files

RequirementStatuses aktualisiert.

parent a4e93f44
No related branches found
No related tags found
1 merge request!4merge dev to main
......@@ -273,7 +273,7 @@ func projectDetailController(appCtx *hctx.AppCtx, webCtx *web.Ctx, service *proj
data := ProjectDetailData{
Project: projectWithReqs,
ActiveTab: activeTab,
RequirementStatuses: []string{"Entwurf", "In Prüfung", "Genehmigt", "Abgelehnt"}, // Available status options
RequirementStatuses: []string{"Dokumentiert", "Validiert", "Realisiert", "Archiviert", "Gelöscht"}, // Available status options
}
// Render the project detail page with multiple template files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment