Skip to content
Snippets Groups Projects
Commit 3ff9989f authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

On ne répare pas une voiture qui fonctionne

parent 5661464b
Branches
No related tags found
1 merge request!21*poof* final version
......@@ -483,8 +483,7 @@ public class MainWindowController implements Initializable {
AppConfig.JOURNEY_ICON_COMMON_ITINERARY,
AppConfig.COLOR_BLUE_50_OPACITY
);
}), event -> userFilter.test(event) || event.getPartner().equals(app.getUser().get()));
}), event -> (event.getUser().equals(app.getUser().get()) || event.getPartner().equals(app.getUser().get())));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment