mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
Templates angepasst
This commit is contained in:
@@ -29,7 +29,7 @@ type IssueVM struct {
|
||||
}
|
||||
|
||||
func NewSingleIssueView(y string, no string, lib *xmlprovider.Library) (*IssueVM, error) {
|
||||
issue := lib.Issues.Item(y + "-" + no)
|
||||
issue := lib.Issues.Item(no + "-" + y)
|
||||
if issue == nil {
|
||||
return nil, fmt.Errorf("No issue found for %v-%v", y, no)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user