gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 77/459: identity list minor fix


From: gnunet
Subject: [reclaim-ui] 77/459: identity list minor fix
Date: Fri, 11 Jun 2021 23:22:49 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 86dfb37cd11a835ae356367ce49fade5c97bd250
Author: Alexia Pagkopoulou <a.pagkopoulou@tum.de>
AuthorDate: Fri Jun 7 13:57:43 2019 +0200

    identity list minor fix
---
 src/app/identity-list/identity-list.component.ts | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.ts 
b/src/app/identity-list/identity-list.component.ts
index ec91100..7817904 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -287,7 +287,6 @@ export class IdentityListComponent implements OnInit {
     this.reclaimService.revokeTicket(ticket).subscribe(
       data => { 
         this.updateAttributes(identity);
-        this.updateTickets(identity); 
       });
   }
 
@@ -309,6 +308,7 @@ export class IdentityListComponent implements OnInit {
         }
       }
       this.getMissingAttributes(identity);
+      this.updateTickets(identity);
     });
   }
 
@@ -525,7 +525,6 @@ export class IdentityListComponent implements OnInit {
 
       identities.forEach(identity => {
         this.updateAttributes(identity);
-        this.updateTickets(identity);
                        });
                        this.connected = true;
                },

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]