1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-07-03 23:30:29 +02:00

Add rootId to blocks. Requires archive export / re-import.

This commit is contained in:
Chen-I Lim
2020-12-03 14:09:48 -08:00
parent b9b1020748
commit 850f60e1fb
23 changed files with 625 additions and 119 deletions

View File

@ -238,7 +238,7 @@ func (a *API) handleImport(w http.ResponseWriter, r *http.Request) {
err = a.app().InsertBlocks(blocks)
if err != nil {
log.Printf(`ERROR: %v`, r)
log.Printf(`ERROR: %v`, err)
errorResponse(w, http.StatusInternalServerError, nil)
return