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

Update order_tabs Order number format #3835

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

brchristian
Copy link
Contributor

Many Solidus objects have a "number" field, including Orders, Shipments, Payments, etc. Counterintuitively this "number" generally begins with a letter. :) It’s "R" in the case of Orders, "H" in the case of Shipments, etc.

In almost all cases we simply display this as a string:

Screen Shot 2020-11-08 at 2 16 54 PM

Screen Shot 2020-11-08 at 2 21 54 PM

Screen Shot 2020-11-08 at 2 21 46 PM

However, there is one exception, which is the Order breadcrumb, which prepends a "#" symbol:

Screen Shot 2020-11-08 at 2 22 49 PM

This PR removes the "#" in the Order breadcrumb for consistency with other Order views as well as Shipments, Payments, etc.

Copy link
Member

@jarednorman jarednorman left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link
Member

@spaghetticode spaghetticode left a comment

Choose a reason for hiding this comment

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

makes sense, thanks @brchristian 👍

@kennyadsl kennyadsl added this to the 3.1.0 milestone Jan 8, 2021
@kennyadsl kennyadsl added changelog:solidus_backend Changes to the solidus_backend gem release:major Breaking change on hold until next major release labels Jan 8, 2021
@kennyadsl
Copy link
Member

Thanks @brchristian, we will merge this in Solidus 3.1!

@kennyadsl kennyadsl merged commit d0e27f5 into solidusio:master Apr 30, 2021
@kennyadsl kennyadsl removed the release:major Breaking change on hold until next major release label Apr 30, 2021
@brchristian brchristian deleted the patch-4 branch April 30, 2021 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_backend Changes to the solidus_backend gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants