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

Approver list refactor and bug fix #184

Merged
merged 2 commits into from
May 30, 2023
Merged

Conversation

jeffdaley
Copy link
Contributor

Fixes a bug where approver badges were not displaying for document owners. Makes the approver "Person" its own component.

@jeffdaley jeffdaley requested a review from a team as a code owner May 30, 2023 14:09
Copy link
Contributor

@jfreda jfreda left a comment

Choose a reason for hiding this comment

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

I couldn't tell where the bug was actually fixed, but this looks good to me.

@jeffdaley jeffdaley merged commit 6f36db0 into main May 30, 2023
1 check passed
@jeffdaley jeffdaley deleted the jeffdaley/approvers-list branch May 30, 2023 19:39
@@ -215,7 +215,7 @@
<ol class="person-list">
{{#each this.approvers as |approver|}}
<li>
<Person
<Person::Approver
@imgURL={{approver.imgURL}}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This component was missing a @badge property

@jeffdaley jeffdaley mentioned this pull request Jun 1, 2023
anuragprafulla pushed a commit to razorpay/hermes that referenced this pull request Jun 27, 2023
* Add badge to Approvers list (owner view)

* Component-ize Approvers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants