Skip to content
Snippets Groups Projects
Commit 5047b73c authored by Lahtinen Konsta Aleksi's avatar Lahtinen Konsta Aleksi
Browse files

korjauksia

parent decc4a0a
Branches main
No related tags found
No related merge requests found
...@@ -87,7 +87,6 @@ public class KalenteriGUIController implements Initializable { ...@@ -87,7 +87,6 @@ public class KalenteriGUIController implements Initializable {
s.sort(); s.sort();
if (s != null) { if (s != null) {
reissutLista.getItems().clear(); reissutLista.getItems().clear();
this.Saaliisi.getItems().clear();
for (Reissu reissu : s.getReissut()) { for (Reissu reissu : s.getReissut()) {
reissutLista.add(reissu.getPvmString() + " " + reissu.getSijainti(),reissu); reissutLista.add(reissu.getPvmString() + " " + reissu.getSijainti(),reissu);
} }
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
3|2|1|2|1|hopea 3|2|1|2|1|hopea
5|5|1|4|3|musta 5|5|1|4|3|musta
5|6|3|4|1|harmaa 5|6|3|4|1|harmaa
5|5|1|4|3|musta
5|6|3|4|1|harmaa
8|3|2|6|1|hopeinen 8|3|2|6|1|hopeinen
4|4|1|3|1|vihreä 4|4|1|3|1|vihreä
4|4|1|3|1|vihreä 4|4|1|3|1|vihreä
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment