From 5839c4c0a120160b992a2e047b949fa4121ec7e9 Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Tue, 8 Feb 2022 16:33:10 +0100 Subject: [PATCH] Mobile Client: In forms, get values from previous state + delete action button --- mobile/lib/src/widgets/action_card_popup_menu.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/lib/src/widgets/action_card_popup_menu.dart b/mobile/lib/src/widgets/action_card_popup_menu.dart index cc0eafa..e3a4eed 100644 --- a/mobile/lib/src/widgets/action_card_popup_menu.dart +++ b/mobile/lib/src/widgets/action_card_popup_menu.dart @@ -36,6 +36,7 @@ class ActionCardPopupMenu extends StatelessWidget { onSelected: (value) { if (value == '/pipeline/action/del') { onDelete!(); + ///TODO delete from db } else { Map object = value as Map; Navigator.pushNamed(context, object['route'] as String,