From 379415e3e1f14728cb538a4084e53c3a1a076a95 Mon Sep 17 00:00:00 2001 From: sainw Date: Mon, 25 Jan 2021 21:53:20 +0630 Subject: [PATCH] fix processing update --- lib/pages/processing/processing_edit_editor.dart | 4 ---- lib/pages/processing_old/processing_editor.dart | 4 ---- 2 files changed, 8 deletions(-) diff --git a/lib/pages/processing/processing_edit_editor.dart b/lib/pages/processing/processing_edit_editor.dart index 40af132..9c3678f 100644 --- a/lib/pages/processing/processing_edit_editor.dart +++ b/lib/pages/processing/processing_edit_editor.dart @@ -236,10 +236,6 @@ class _ProcessingEditEditorState extends State { } _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; diff --git a/lib/pages/processing_old/processing_editor.dart b/lib/pages/processing_old/processing_editor.dart index 0179675..634247d 100644 --- a/lib/pages/processing_old/processing_editor.dart +++ b/lib/pages/processing_old/processing_editor.dart @@ -229,10 +229,6 @@ class _ProcessingEditorState extends State { } _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;