Skip to content
Snippets Groups Projects

Resolve "As a site administrator I want to be able to review submitted trail checkpoints by business owners, so that they might be added to the existing trails

8 files
+ 76
32
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -10,6 +10,7 @@ public interface LocationRepository {
List<Location> getAllApprovedLocations();
int nametoLocationID(String name);
// List<Location> getApprovedLocations2(List<Location> list);
Loading