fixed error where complete entries are shown as incomplete and made ui enhancements to overview
This commit is contained in:
@@ -584,7 +584,7 @@ class _ExcursionMainState extends State<ExcursionMain> {
|
||||
bool pop = await AddEntriesDialogHelper.showSaveOptionsDialog(
|
||||
context,
|
||||
getFieldsText(),
|
||||
widget.isTemplate,
|
||||
isTemplate,
|
||||
DatabasesEnum.excursion,
|
||||
);
|
||||
if (pop && context.mounted) Navigator.of(context).pop();
|
||||
|
||||
Reference in New Issue
Block a user