Leo/InscriptionDesEtudiants #164
| @ -309,4 +309,10 @@ public class RequestsController { | ||||
|         UserCurriculum userCurriculum = new UserCurriculum(u, toEdit.getDestinationCurriculum(), c.get(Calendar.YEAR), true); | ||||
|         userCurriculumRepository.save(userCurriculum); | ||||
|     } | ||||
|  | ||||
|     @GetMapping("/exemptionreq/{userId}") | ||||
|     public ResponseEntity<ArrayList<ExemptionsRequest>> getExReqByuser(@PathVariable long userId){ | ||||
|         User u = userRepository.findById(userId); | ||||
|         return new ResponseEntity<>(HttpStatus.OK); | ||||
|     } | ||||
| } | ||||
|  | ||||
| @ -8,7 +8,6 @@ import {getExternalCurriculumByInscrReq} from "@/rest/externalCurriculum.js"; | ||||
| import {ref} from "vue"; | ||||
| import ExternalCurriculumList from "@/Apps/Inscription/ExternalCurriculumList.vue"; | ||||
| import {editEquivalenceState} from "@/rest/requests.js"; | ||||
| import {downloadPdf} from "@/rest/uploads.js"; | ||||
|  | ||||
| const props = defineProps(['target']); | ||||
| const request = await getRegisters(props.target); | ||||
|  | ||||
| @ -30,6 +30,10 @@ const exemptReq = reactive({ | ||||
|   courseId : null, | ||||
|   justifDocument : "", | ||||
| }) | ||||
|  | ||||
| async function getExemptions(){ | ||||
|  | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <template style="margin-top:5%;"> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user