Project

General

Profile

« Previous | Next » 

Revision 59049

[Trunk | Library]: resultLanding.component.html & project.component.html: [Bug fix] On modal for linking, when linking option was clicked, modal was not closing.

View differences:

resultLanding.component.html
532 532
  <div class="uk-grid uk-child-width-1-3 uk-flex uk-flex-middle uk-margin-medium">
533 533
    <div class="uk-text-center">
534 534
      <a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[id,type,'project'])"
535
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
535
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim"
536
         (click)="linkModal.cancel();">
536 537
        <button class="uk-icon-button portal-button">
537 538
           <span class="uk-icon">
538 539
                <svg height="20" icon="album" ratio="1" viewBox="0 0 20 20" width="20"
......
547 548
    </div>
548 549
    <div class="uk-text-center">
549 550
      <a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[id,type,'result'])"
550
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
551
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim"
552
         (click)="linkModal.cancel();">
551 553
        <button class="uk-icon-button portal-button">
552 554
            <span class="uk-icon">
553 555
                 <svg height="20" icon="copy" ratio="1" viewBox="0 0 20 20" width="20"
......
560 562
      </a></div>
561 563
    <div class="uk-text-center">
562 564
      <a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[id,type,'context'])"
563
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
565
         routerLinkActive="router-link-active" routerLink="/participate/direct-claim"
566
         (click)="linkModal.cancel();">
564 567
        <button class="uk-icon-button portal-button">
565 568
           <span class="uk-icon">
566 569
               <svg height="20" icon="users" ratio="1" viewBox="0 0 20 20" width="20"

Also available in: Unified diff