error=false

This commit is contained in:
Dot-Rar 2020-04-15 22:48:06 +01:00
parent f232e21db4
commit 5ad1cacee7

View File

@ -103,8 +103,8 @@ func TicketViewHandler(ctx *gin.Context) {
"csrf": store.Get("csrf").(string), "csrf": store.Get("csrf").(string),
"avatar": store.Get("avatar").(string), "avatar": store.Get("avatar").(string),
"baseUrl": config.Conf.Server.BaseUrl, "baseUrl": config.Conf.Server.BaseUrl,
"isError": err != nil, "isError": false,
"error": err.Error(), "error": "",
"messages": messagesFormatted, "messages": messagesFormatted,
"ticketId": ticket.TicketId, "ticketId": ticket.TicketId,
"uuid": ticket.Uuid, "uuid": ticket.Uuid,