[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 217/459: fixed attestation-save (already existing attestati
From: |
gnunet |
Subject: |
[reclaim-ui] 217/459: fixed attestation-save (already existing attestations were always added again) |
Date: |
Fri, 11 Jun 2021 23:25:09 +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 2f4a00fb36e016afe27c70429a0ed9e633c2c4c5
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Wed Jun 17 11:06:47 2020 +0200
fixed attestation-save (already existing attestations were always added
again)
---
src/app/edit-attestations/edit-attestations.component.ts | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/app/edit-attestations/edit-attestations.component.ts
b/src/app/edit-attestations/edit-attestations.component.ts
index bb38606..8601d0e 100644
--- a/src/app/edit-attestations/edit-attestations.component.ts
+++ b/src/app/edit-attestations/edit-attestations.component.ts
@@ -88,13 +88,6 @@ export class EditAttestationsComponent implements OnInit {
private storeAttestation() {
const promises = [];
- let i;
- if (undefined !== this.attestations) {
- for (i = 0; i < this.attestations.length; i++) {
- promises.push(
- from(this.reclaimService.addAttestation(this.identity,
this.attestations[i])));
- }
- }
if ((this.newAttestation.value !== '') || (this.newAttestation.type !==
'')) {
promises.push(from(this.reclaimService.addAttestation(this.identity,
this.newAttestation)));
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 225/459: added logout url to webfinger, (continued)
- [reclaim-ui] 225/459: added logout url to webfinger, gnunet, 2021/06/11
- [reclaim-ui] 212/459: Add typescript dependency to make modules happy., gnunet, 2021/06/11
- [reclaim-ui] 239/459: -fix expiration date display, gnunet, 2021/06/11
- [reclaim-ui] 231/459: maing, gnunet, 2021/06/11
- [reclaim-ui] 245/459: improved scope display, gnunet, 2021/06/11
- [reclaim-ui] 236/459: redirect after logout from idProvider, gnunet, 2021/06/11
- [reclaim-ui] 255/459: remove env, gnunet, 2021/06/11
- [reclaim-ui] 228/459: redirect to edit-attestation after linking account, gnunet, 2021/06/11
- [reclaim-ui] 237/459: moved IdProvider-Linking to edit-attestations, gnunet, 2021/06/11
- [reclaim-ui] 242/459: more style, gnunet, 2021/06/11
- [reclaim-ui] 217/459: fixed attestation-save (already existing attestations were always added again),
gnunet <=
- [reclaim-ui] 222/459: omejdn:api scope deleted, gnunet, 2021/06/11
- [reclaim-ui] 227/459: redirect now to edit-attestations/clientname should be edit-identity/clientname #20, gnunet, 2021/06/11
- [reclaim-ui] 203/459: yarn.lock, gnunet, 2021/06/11
- [reclaim-ui] 234/459: adding attestation works, gnunet, 2021/06/11
- [reclaim-ui] 214/459: package.json, gnunet, 2021/06/11
- [reclaim-ui] 240/459: scopes after idProviderDiscovery, gnunet, 2021/06/11
- [reclaim-ui] 244/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 235/459: code duplicates removed, gnunet, 2021/06/11
- [reclaim-ui] 251/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 259/459: fix attribute updates and display, gnunet, 2021/06/11