Skip to content

Commit 33f70ec

Browse files
WNPRC compliance JSP cleanup (#897)
1 parent abafe9d commit 33f70ec

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

WNPRC_Compliance/src/org/labkey/wnprc_compliance/WNPRC_ComplianceController.java

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,6 @@ public String getTitle() {
9696
}
9797
}
9898

99-
// TODO: Remove this action? exemptCards.jsp is empty!
100-
@ActionNames("exemptCards")
101-
@RequiresPermission(ComplianceAdminPermission.class)
102-
public class ExemptCardsPage extends HRJspPageAction {
103-
@Override
104-
public String getPathToJsp() {
105-
return "/org/labkey/wnprc_compliance/view/exemptCards.jsp";
106-
}
107-
108-
@Override
109-
public String getTitle() {
110-
return "Exempt Cards";
111-
}
112-
}
113-
11499
@ActionNames("enterTBPage")
115100
@RequiresPermission(ComplianceAdminPermission.class)
116101
public class NewUserPage extends HRJspPageAction {
@@ -334,23 +319,6 @@ public String getTitle() {
334319
}
335320
}
336321

337-
338-
// TODO: Delete this action? personSearch.jsp does not exist!
339-
@ActionNames("personSearchPage")
340-
@RequiresPermission(ComplianceAdminPermission.class)
341-
public class PersonSearchPage extends HRJspPageAction {
342-
@Override
343-
public String getPathToJsp() {
344-
return "/org/labkey/wnprc_compliance/view/personSearch.jsp";
345-
}
346-
347-
@Override
348-
public String getTitle() {
349-
return "Unidentified Cards";
350-
}
351-
}
352-
353-
354322
@ActionNames("personSearch")
355323
@RequiresPermission(ComplianceAdminPermission.class)
356324
public class SearchUserAPI extends ReadOnlyApiAction<SearchPersonForm> {

WNPRC_Compliance/src/org/labkey/wnprc_compliance/view/exemptCards.jsp

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)