Skip to content

Commit

Permalink
make DataCatalog place accessible (and in the open access area)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Jan 7, 2025
1 parent 14af2e3 commit 6bbd278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.sagebionetworks.web.client.place.Challenges;
import org.sagebionetworks.web.client.place.ChangeUsername;
import org.sagebionetworks.web.client.place.ComingSoon;
import org.sagebionetworks.web.client.place.DataCatalogPagePlace;
import org.sagebionetworks.web.client.place.Down;
import org.sagebionetworks.web.client.place.EmailInvitation;
import org.sagebionetworks.web.client.place.ErrorPlace;
Expand Down Expand Up @@ -105,6 +106,7 @@ public AppActivityMapper(
openAccessPlaces.add(AccessRequirementPlace.class);
openAccessPlaces.add(TrustCenterPlace.class);
openAccessPlaces.add(PlansPlace.class);
openAccessPlaces.add(DataCatalogPagePlace.class);

excludeFromLastPlace = new ArrayList<Class>();
excludeFromLastPlace.add(Home.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
TrustCenterPlace.Tokenizer.class,
ChatPlace.Tokenizer.class,
PlansPlace.Tokenizer.class,
DataCatalogPagePlace.Tokenizer.class,
}
)
public interface AppPlaceHistoryMapper extends PlaceHistoryMapper {}

0 comments on commit 6bbd278

Please sign in to comment.