fix processing update

This commit is contained in:
2021-01-25 21:53:20 +06:30
parent 14183410d2
commit 379415e3e1
2 changed files with 0 additions and 8 deletions

View File

@@ -229,10 +229,6 @@ class _ProcessingEditorState extends State<ProcessingEditor> {
}
_completeProcessing() async {
if (_descCtl.text == "") {
showMsgDialog(context, "Error", "Expected some description");
return;
}
if (_user.fcsID == null || _user.fcsID == "") {
showMsgDialog(context, "Error", "Expected FCS-ID");
return;