Implements the backend and frontend methods to get some scholarshipRequests and exemptionsRequest
Extends the inscription.vue so that it also list scholarship and exemptions requests (not only inscription) this vue should be renamed later. Also implements some filters and parameters to select the data displayed in the list.
This commit is contained in:
@ -306,8 +306,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="modif==false && curric==false && reg==false && minerval==false && scholarship == false"class="moreInfos">
|
||||
<div class = "oldcursus">
|
||||
<div v-if="user.role == 'Student' && modif==false && curric==false && reg==false && minerval==false && scholarship == false" class="moreInfos">
|
||||
<div class = "oldcursus">
|
||||
<div class="listTitle">
|
||||
Anciens Cursus
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user