Pārlūkot izejas kodu

Stay on the same page after moving a message

master
Zach DeCook pirms 3 gadiem
committed by Simon Ser
vecāks
revīzija
0aff774c5d
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: FDE7BE0E88F5E48
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      plugins/base/routes.go

+ 1
- 1
plugins/base/routes.go Parādīt failu

@@ -753,7 +753,7 @@ func handleMove(ctx *alps.Context) error {
if path := formOrQueryParam(ctx, "next"); path != "" {
return ctx.Redirect(http.StatusFound, path)
}
return ctx.Redirect(http.StatusFound, fmt.Sprintf("/mailbox/%v", url.PathEscape(to)))
return ctx.Redirect(http.StatusFound, fmt.Sprintf("/mailbox/%v", url.PathEscape(mboxName)))
}

func handleDelete(ctx *alps.Context) error {


Notiek ielāde…
Atcelt
Saglabāt