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

fix(api-service): sort by parentid when created at is duplicated #7394

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

scopsy
Copy link
Contributor

@scopsy scopsy commented Dec 27, 2024

What changed? Why was the change needed?

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for dev-web-novu ready!

Name Link
🔨 Latest commit a890879
🔍 Latest deploy log https://app.netlify.com/sites/dev-web-novu/deploys/676e63c0c9d70a000873388b
😎 Deploy Preview https://deploy-preview-7394.dashboard.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 27, 2024

Deploy Preview for dashboard-v2-novu-staging ready!

Name Link
🔨 Latest commit a890879
🔍 Latest deploy log https://app.netlify.com/sites/dashboard-v2-novu-staging/deploys/676e63c085440e0008726a2b
😎 Deploy Preview https://deploy-preview-7394.dashboard-v2.novu-staging.co
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -51,7 +51,7 @@ export function ActivityJobItem({ job, isFirst, isLast }: ActivityJobItemProps)
{getJobIcon(job.type)}
</div>
</div>
<span className="text-foreground-950 text-xs capitalize">{formatJobType(job.type)}</span>
<span className="text-foreground-950 text-xs capitalize">{job?.step?.name || formatJobType(job.type)}</span>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

show the job step name instead of the job type

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please point me to the place for this span?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

CleanShot 2024-12-27 at 10 44 14@2x

@scopsy scopsy merged commit 978d6cd into next Dec 27, 2024
45 checks passed
@scopsy scopsy deleted the fix-duplicate-create-sorting branch December 27, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants