mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 02:25:30 +00:00
+reihen edit, personen edit
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/pocketbase/pocketbase/core"
|
||||
"github.com/pocketbase/pocketbase/tools/types"
|
||||
)
|
||||
|
||||
var _ core.RecordProxy = (*Agent)(nil)
|
||||
@@ -154,3 +155,7 @@ func (a *Agent) Editor() string {
|
||||
func (a *Agent) SetEditor(editor string) {
|
||||
a.Set(EDITOR_FIELD, editor)
|
||||
}
|
||||
|
||||
func (a *Agent) Updated() types.DateTime {
|
||||
return a.GetDateTime(UPDATED_FIELD)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user