Skip to content

Commit fc65657

Browse files
authored
Merge pull request #302 from cubitusgh2/MN_EFA_099_METEO_LEVEL_WIDGETS_250Base
Bugfix for multisession dialogs containing unknown boat names
2 parents 5443269 + e6b18a3 commit fc65657

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

de/nmichael/efa/gui/EfaBaseFrameMultisession.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,10 @@ private boolean checkSinglePersonBoats() {
15681568
}
15691569
}
15701570
}
1571-
return false;
1571+
//if we are here, the user specified at least one unknown boat, but none of the uncertain boats could be mapped to a boat in our database.
1572+
//
1573+
//we cannot check if it's config is "Single/Skiff", so we return true, so that we can proceed.
1574+
return true; // The
15721575
}
15731576
return true; // no boat specified, so no problem with the boats
15741577
}

eou/eou.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<ShowNotice lang="en">Based on 2.5.0_01.</ShowNotice>
1313
<ShowNotice lang="en">If you use efaCloud, make sure your server at least supports efaCloud Version 2.3.3. It is recommended to upgrade to EfaCloud 2.4.0_12 or above.</ShowNotice>
1414
<Changes lang="de">
15+
<ChangeItem>Bugfix: Bei Multisession-Dialogen (Fahrtstart oder Nachtrag) verhindert ein unbekanntes Boot nicht mehr das Speichern.</ChangeItem>
1516
<ChangeItem>Bugfix: Durchtabben durch Dialoge mit vielen Elementen (z.B. in der Konfiguration oder bei Widgets) holt immer das fokussierte Element in den Sichtbereich. Es entfällt das manuelle Scrollen.</ChangeItem>
1617
<ChangeItem>Bugfix: Bei variablen Elementen (z.B. Wetter-Orten, HTML-Seiten, Bootstypen, Crontab-Elementen) können neue Elemente an eine bestimmte Stelle eingefügt werden, statt bisher nur am Ende.</ChangeItem>
1718
<ChangeItem>Bugfix: Widget: Wetter-Widget: Ist standardmäßig aktiviert, aber ohne voreingestellte Wetter-Orte.</ChangeItem>
@@ -21,6 +22,7 @@
2122
<ChangeItem>Bugfix: Widget: Newsticker: Ist standardmäßig deaktiviert.</ChangeItem>
2223
</Changes>
2324
<Changes lang="en">
25+
<ChangeItem>Bugfix: In multisession dialog (starting a session or late entry), an unknown boat no longer blocks the save operation.</ChangeItem>
2426
<ChangeItem>Bugfix: Tab navigation through dialogs with many items (e.g., in configuration or widgets) now always brings the focused element into view. Manual scrolling is no longer required.</ChangeItem>
2527
<ChangeItem>Bugfix: For variable elements (e.g., weather locations, HTML pages, boattypes, crontab entries), new items can now be inserted at a specific position instead of only at the end.</ChangeItem>
2628
<ChangeItem>Bugfix: Widget: Weather-Widget: Enabled by default, but no locations are set up.</ChangeItem>

0 commit comments

Comments
 (0)