Skip to content
Snippets Groups Projects
Commit bbe1cc72 authored by Bastien DUMONT's avatar Bastien DUMONT
Browse files

fix default custom popup

parent 57ba107a
Branches
No related tags found
3 merge requests!73Deploy Openshift v2,!65MEP: removed Meilisearch,!52back-office SGE before canary release
Pipeline #44098 passed
...@@ -3,7 +3,7 @@ package models ...@@ -3,7 +3,7 @@ package models
import ( import (
"errors" "errors"
"fmt" "fmt"
"time"
"forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/internal/common" "forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/internal/common"
"github.com/meilisearch/meilisearch-go" "github.com/meilisearch/meilisearch-go"
"gorm.io/driver/mysql" "gorm.io/driver/mysql"
...@@ -73,6 +73,7 @@ func NewDataHandler() *DataHandler { ...@@ -73,6 +73,7 @@ func NewDataHandler() *DataHandler {
PopupEnabled: false, PopupEnabled: false,
Title: "", Title: "",
Description: "", Description: "",
EndDate: time.Now(),
}) })
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment