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
cf68d9f1
Commit
cf68d9f1
authored
Jul 15, 2018
by
Matija Obreza
Browse files
Friendlier JSON generated for redirect
parent
cc4f9565
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/servlet/controller/WiewsController.java
View file @
cf68d9f1
...
...
@@ -313,7 +313,7 @@ public class WiewsController extends BaseController {
if
(
faoInstitute
==
null
)
{
throw
new
ResourceNotFoundException
();
}
model
.
addAttribute
(
"filter"
,
"{\""
+
FilterConstants
.
LAST_MODIFIED_DATE
+
"\":[\""
+
dateVal
+
"\"],
\""
+
FilterConstants
.
INSTCODE
+
"\":[\""
+
faoInstitute
.
getCode
()
model
.
addAttribute
(
"filter"
,
"{\""
+
FilterConstants
.
LAST_MODIFIED_DATE
+
"\":[\""
+
dateVal
+
"\"],\""
+
FilterConstants
.
INSTCODE
+
"\":[\""
+
faoInstitute
.
getCode
()
+
"\"]}"
);
model
.
addAttribute
(
"page"
,
page
);
return
"redirect:/explore"
;
...
...
Matija Obreza
@mobreza
mentioned in issue
#269 (closed)
·
Jul 15, 2018
mentioned in issue
#269 (closed)
mentioned in issue #269
Toggle commit list
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