Project

General

Profile

« Previous | Next » 

Revision 46792

fix dropdown change in orcid tab of claim| add free guard in every route with no authentication required | add '*' route in server in order to show erro page not json-no contnet| Claims: get user mail from Session -jwt,tidy up display claims component (myclaims, claims)| remove folder src/app/home | LOgin: change login method to post, redirect after login/logout using queryparams of the current page, add Session helper class

View differences:

claimResultSearchForm.component.html
84 84

  
85 85
                 <span class="dropdown">
86 86

  
87
                   <select   [(ngModel)]="authorId" name="select_author"  >authorIds
88
                      <option *ngFor=" let item of authorIds let i = index"   [value]="authorIds[i]" (click)="getOrcidResultsById(i)" >{{authorGivenNames[i]}} {{authorFamilyNames[i]}} : {{item}} </option>
87
                   <select   [(ngModel)]="authorId" name="select_author" (ngModelChange)="getOrcidResultsById(authorId)"  >authorIds
88
                      <option *ngFor=" let item of authorIds let i = index"   [value]="authorIds[i]">{{authorGivenNames[i]}} {{authorFamilyNames[i]}} : {{item}} </option> <!-- (click)="getOrcidResultsById(i)" -->
89 89
                   </select>
90 90
                 </span>
91 91

  

Also available in: Unified diff