mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 16:45:32 +00:00
Parselog & Issue start
This commit is contained in:
@@ -40,6 +40,14 @@ func (e *Engine) MapFuncs(app *app.KGPZ) error {
|
||||
e.AddFunc("GetDate", functions.GetDate)
|
||||
e.AddFunc("MonthName", functions.MonthName)
|
||||
e.AddFunc("MonthNameShort", functions.MonthNameShort)
|
||||
|
||||
e.AddFunc("GetAgent", app.Library.Agents.Item)
|
||||
e.AddFunc("GetPlace", app.Library.Places.Item)
|
||||
e.AddFunc("GetWork", app.Library.Works.Item)
|
||||
e.AddFunc("GetCategory", app.Library.Categories.Item)
|
||||
e.AddFunc("GetIssue", app.Library.Issues.Item)
|
||||
e.AddFunc("GetPiece", app.Library.Pieces.Item)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user