From 28030af17d6c404ba46d8904eba7362b1074403e Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Sat, 29 May 2021 15:35:42 +0200 Subject: [PATCH] Add comment to save order section list --- lib/Screens/Configurations/section_reorderList.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Screens/Configurations/section_reorderList.dart b/lib/Screens/Configurations/section_reorderList.dart index 4523219..69603a6 100644 --- a/lib/Screens/Configurations/section_reorderList.dart +++ b/lib/Screens/Configurations/section_reorderList.dart @@ -47,8 +47,9 @@ class _SectionReorderListState extends State { i++; }); - //widget.onChanged(sections); // TODO SAVE SECTION ALSO WHEN SAVE CONFIG + // TODO call method in service (create new) + // List of {section.id, section.order} }, ); }