File tree Expand file tree Collapse file tree
WNPRC_Compliance/src/org/labkey/wnprc_compliance Expand file tree Collapse file tree Original file line number Diff line number Diff 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 > {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments