Skip to content

Commit

Permalink
Creating news item manualy with empty "Content" field can cause
Browse files Browse the repository at this point in the history
500: Internal Server Error and some generic user mesage. User doesn't know what is wrong.
Normaly is possible store empty Content but user must do some interaction first (write and delete text)
  • Loading branch information
Jan Polonsky committed Jul 29, 2024
1 parent e2cef1d commit 0acf49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/src/views/users/EnterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
toolbar: toolbarOptions
}
},
editorData: "",
news_item: {
id: "",
title: "",
Expand Down

0 comments on commit 0acf49b

Please sign in to comment.