improvement: manually-defined actions are now preserverd when plan is analyzed for new routes
This commit is contained in:
@@ -102,7 +102,7 @@ public class ConditionalAction extends Action {
|
||||
if (i>0) sb.append(t(" or "));
|
||||
sb.append(conditions.get(i).toString());
|
||||
}
|
||||
return t("if ({}):",sb);
|
||||
return t("if ({}): {}",sb,actions);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user