setup draft as live

This commit is contained in:
mr
2026-03-17 16:35:35 +01:00
parent 0a87343e3e
commit c39bc52312
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ func (r *AbstractLive) GetResourceType() tools.DataType {
}
func (r *AbstractLive) StoreDraftDefault() {
r.IsDraft = true
r.IsDraft = false
}
func (r *AbstractLive) CanDelete() bool {