Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
d9d5366c
Commit
d9d5366c
authored
Jul 03, 2014
by
Matija Obreza
Browse files
Renamed explore_new.jsp to explore.jsp
parent
4daab86b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/servlet/controller/ExplorerController.java
View file @
d9d5366c
...
...
@@ -182,7 +182,7 @@ public class ExplorerController extends BaseController {
model
.
addAttribute
(
"currentFilters"
,
currentFilters
);
model
.
addAttribute
(
"availableFilters"
,
availableFilters
);
return
"/accession/explore
_new
"
;
return
"/accession/explore"
;
}
@RequestMapping
(
value
=
"/additional-filter"
,
method
=
RequestMethod
.
GET
)
...
...
src/main/webapp/WEB-INF/jsp/accession/explore
_new
.jsp
→
src/main/webapp/WEB-INF/jsp/accession/explore.jsp
View file @
d9d5366c
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment