Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

166 delete di #197

Merged
merged 17 commits into from
Jun 27, 2022
Merged

166 delete di #197

merged 17 commits into from
Jun 27, 2022

Conversation

Idontker
Copy link
Collaborator

Signed-off-by: Karol Bakas <karol.bakas@fau.de>
…s it is not supported by the lissi api yet

Signed-off-by: Karol Bakas <karol.bakas@fau.de>
…ored postForObject (now easier to use by using HttpService.postForObject)

Signed-off-by: Karol Bakas <karol.bakas@fau.de>
… remove fails due to lissi api)

Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
…hout the DIDentity app

Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
@Idontker Idontker linked an issue Jun 26, 2022 that may be closed by this pull request
Signed-off-by: Karol Bakas <karol.bakas@fau.de>
@Idontker Idontker self-assigned this Jun 26, 2022
removeProofs);
if (response == null) {
userRepository.save(user);
return ResponseEntity.status(500).body("\"Could not remove the connection on the lissi legder.\"");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ledger

ResponseEntity<String> response = lissiApiService.removeConnection(connectionId, false,
false);
if (response == null) {
return ResponseEntity.status(500).body("\"Could not remove the connection on the lissi legder.\"");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ledger

// delete properties
@Input() deleteRequest: (arg0: any, arg1: any) => void = (arg0, arg1) => {};
@Input() deleteProperties = {
header: 'Delte file',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete

Copy link
Collaborator

@valentinBraeutigam valentinBraeutigam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work :) I like the icon

@Idontker Idontker merged commit efa3dd4 into main Jun 27, 2022
@Idontker Idontker deleted the 166-delete-di branch June 27, 2022 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete DI on Adorsys Lissi Blockchain
2 participants