Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,21 +96,6 @@ public String getTitle() {
}
}

// TODO: Remove this action? exemptCards.jsp is empty!
@ActionNames("exemptCards")
@RequiresPermission(ComplianceAdminPermission.class)
public class ExemptCardsPage extends HRJspPageAction {
@Override
public String getPathToJsp() {
return "/org/labkey/wnprc_compliance/view/exemptCards.jsp";
}

@Override
public String getTitle() {
return "Exempt Cards";
}
}

@ActionNames("enterTBPage")
@RequiresPermission(ComplianceAdminPermission.class)
public class NewUserPage extends HRJspPageAction {
Expand Down Expand Up @@ -334,23 +319,6 @@ public String getTitle() {
}
}


// TODO: Delete this action? personSearch.jsp does not exist!
@ActionNames("personSearchPage")
@RequiresPermission(ComplianceAdminPermission.class)
public class PersonSearchPage extends HRJspPageAction {
@Override
public String getPathToJsp() {
return "/org/labkey/wnprc_compliance/view/personSearch.jsp";
}

@Override
public String getTitle() {
return "Unidentified Cards";
}
}


@ActionNames("personSearch")
@RequiresPermission(ComplianceAdminPermission.class)
public class SearchUserAPI extends ReadOnlyApiAction<SearchPersonForm> {
Expand Down

This file was deleted.