gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 385/459: fix bugs with requested attributes


From: gnunet
Subject: [reclaim-ui] 385/459: fix bugs with requested attributes
Date: Fri, 11 Jun 2021 23:27:57 +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 02d501d20296233f34b77d75f4c16c7ecdc51ba1
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Dec 27 19:44:04 2020 +0900

    fix bugs with requested attributes
---
 src/app/edit-identity/edit-identity.component.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index e77de59..ce72ca3 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -417,9 +417,10 @@
                 </select>
               </div>
               <div style="float:right;">
-                <i class="text-secondary" style="float:right;"><i class="fa 
fa-certificate"></i> {{ getMessage("edit_identity_html@selfissued") }}</i>
+                <i *ngIf="!isClaimCredentialRequested(missing)" 
class="text-secondary" style="float:right;"><i class="fa fa-certificate"></i> 
{{ getMessage("edit_identity_html@selfissued") }}</i>
                 <select class="custom-select" 
*ngIf="isClaimCredentialRequested(missing)"
                   (change)="credentialSelected(missing, $event.target.value)" >
+                  <option value="" >{{ 
getMessage("edit_identity_html@selectSource") }}</option>
                   <option *ngFor="let cred of credentials" value={{cred.id}}>
                   {{getIssuerName(cred)}}
                   </option>
@@ -427,6 +428,9 @@
               </div>
             </div>
             <div class="col-sm">
+              <button [disabled]="!canAddAttribute(missing)" class="btn 
btn-primary"  (click)="addAttribute()">
+                <span class="fa fa-save"></span>
+              </button>
             </div>
           </div>
       </div>

-- 
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]