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
1e687c06
Commit
1e687c06
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
parent
efebd555
github/fork/ruksana2808/filter_bug_examCycle
bug_fix_question_paper_upload
development
1 merge request
!163
Feature/integration fix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/upsmf/examsAndAdmissions/service/ExamCenterService.java
+1
-0
...o/upsmf/examsAndAdmissions/service/ExamCenterService.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/upsmf/examsAndAdmissions/service/ExamCenterService.java
+
1
−
0
View file @
1e687c06
...
...
@@ -75,6 +75,7 @@ public class ExamCenterService {
// Set the alternate exam center for the unverified exam center
unverifiedExamCenter
.
setAlternateExamCenter
(
alternateExamCenter
);
unverifiedExamCenter
.
setAlternateExamCenterAssigned
(
true
);
examCenterRepository
.
save
(
unverifiedExamCenter
);
// Save the updated registrations
...
...
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