implemented renaming of plan and opening of other plans

This commit is contained in:
Stephan Richter
2021-01-05 01:15:00 +01:00
parent 54a83d7280
commit 90851e2bd6
10 changed files with 154 additions and 40 deletions

View File

@@ -13,7 +13,7 @@ public class SavePlan extends Action{
@Override
public boolean fire(Context context) {
try {
plan.save();
plan.stream(plan.save());
} catch (IOException e) {
return false;
}