-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Extract stock transfers to solidus_stock_transfers extension #2379
Conversation
That is a good decision! Thanks! |
548c5e0
to
b80ab06
Compare
a26ca39
to
bfbcb51
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I care a lot about the functionality, I'm also think this should be pulled out of core 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! An extension is perfect for this feature. I think we could need a changelog entry for this.
This was only used by stock transfers
Now that stock transfers are gone, this only had one item.
f1c6d7b
to
2d740f9
Compare
We would like to extract stock transfers to a gem
(which I haven't done yet, therefore WIP)and here it is!This removes the stock transfers interface from the admin, extracting it to the new solidus_stock_transfers gem. This went really well! Nothing really referenced stock transfers, so it's quite a clean split.
Also extracted with this is the
NumberField
component, a JavaScript helper which was only ever used by stock transfers.