mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
XML parsing overhaul
This commit is contained in:
@@ -21,7 +21,7 @@ func GetIssue(kgpz *app.KGPZ) fiber.Handler {
|
||||
return c.SendStatus(fiber.StatusNotFound)
|
||||
}
|
||||
|
||||
issue, err := viewmodels.IssueView(y, d, kgpz.Library)
|
||||
issue, err := viewmodels.NewSingleIssueView(y, d, kgpz.Library)
|
||||
|
||||
if err != nil {
|
||||
logging.Error(err, "Issue could not be found")
|
||||
|
||||
Reference in New Issue
Block a user