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

ENG-4447 fix(portal): fix vault_id is null after identity creation #905

Conversation

Vitalsine85
Copy link
Member

Affected Packages

Apps

  • data populator
  • portal
  • template

Packages

  • 1ui
  • api
  • graphql
  • protocol
  • sdk

Tools

  • tools

Overview

Fixed an issue where vault_id was being passed as null into the completion screen when creating an identity which was causing the 'View Identity' button to navigate to a bad route.

Screen Captures

If applicable, add screenshots or screen captures of your changes.

Declaration

  • I hereby declare that I have abided by the rules and regulations as outlined in the CONTRIBUTING.md

Copy link

linear bot commented Nov 12, 2024

@github-actions github-actions bot added the fix Fix label Nov 12, 2024
Copy link
Member

@jonathanprozzi jonathanprozzi left a comment

Choose a reason for hiding this comment

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

Remove/change console.log -- otherwise good!

topics: receipt?.logs[0].topics,
})

console.log('decodedLog', decodedLog)
Copy link
Member

Choose a reason for hiding this comment

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

Let's remove this or change to use logger

Copy link
Member Author

Choose a reason for hiding this comment

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

Good callout, completely forgot I added that

@Vitalsine85 Vitalsine85 enabled auto-merge (squash) November 12, 2024 22:30
@Vitalsine85 Vitalsine85 merged commit 7ac0d87 into main Nov 12, 2024
3 checks passed
@Vitalsine85 Vitalsine85 deleted the vital/eng-4447-view-identity-button-in-create-identity-form-is-passing branch November 12, 2024 22:32
0xjojikun pushed a commit that referenced this pull request Nov 22, 2024
)

## Affected Packages

Apps

- [ ] data populator
- [x] portal
- [ ] template

Packages

- [ ] 1ui
- [ ] api
- [ ] graphql
- [ ] protocol
- [ ] sdk

Tools

- [ ] tools

## Overview

Fixed an issue where vault_id was being passed as null into the
completion screen when creating an identity which was causing the 'View
Identity' button to navigate to a bad route.

## Screen Captures

If applicable, add screenshots or screen captures of your changes.

## Declaration

- [x] I hereby declare that I have abided by the rules and regulations
as outlined in the
[CONTRIBUTING.md](https://github.com/0xIntuition/intuition-ts/blob/main/CONTRIBUTING.md)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants