Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
examsAndAdmissions
Commits
fea13618
Commit
fea13618
authored
1 year ago
by
jay pratap singh
Browse files
Options
Download
Patches
Plain Diff
fixed issue- changed flag to true where alternate exam center assigned in get all api
parent
1e687c06
github/fork/ruksana2808/filter_bug_examCycle
bug_fix_question_paper_upload
development
1 merge request
!164
fixed issue- changed flag to true where alternate exam center assigne…
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/examsAndAdmissions/service/ExamCenterMapper.java
+1
-0
...to/upsmf/examsAndAdmissions/service/ExamCenterMapper.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/upsmf/examsAndAdmissions/service/ExamCenterMapper.java
+
1
−
0
View file @
fea13618
...
...
@@ -22,6 +22,7 @@ public class ExamCenterMapper {
dto
.
setDistrict
(
examCenter
.
getDistrict
());
dto
.
setInstituteCode
(
examCenter
.
getInstituteCode
());
dto
.
setAllowedForExamCentre
(
examCenter
.
isAllowedForExamCentre
());
dto
.
setAlternateExamCenterAssigned
(
examCenter
.
getAlternateExamCenterAssigned
());
return
dto
;
}
...
...
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets