fixed saveFile

time

time

this time for real
This commit is contained in:
Nico
2025-05-20 21:40:28 +02:00
parent 53b69327ac
commit dfbfc8153f
12 changed files with 99 additions and 69 deletions

View File

@@ -462,16 +462,17 @@ class _ExcursionMainState extends State<ExcursionMain> {
}
bool empty = CheckRequired.checkRequired(rmap);
// TODO for debugging always false
empty = false;
// for debugging always false
// empty = false;
if (empty == true) {
if (empty) {
AddEntriesDialogHelper.showTemplateDialog(
context,
getFieldsText(),
DatabasesEnum.excursion
);
return;
} else if (empty == false) {
} else if (!empty) {
await AddEntriesDialogHelper.showSaveOptionsDialog(
context,
getFieldsText(),