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

Various admin UI fixes #89

Merged
merged 8 commits into from
Nov 22, 2019
Merged

Various admin UI fixes #89

merged 8 commits into from
Nov 22, 2019

Conversation

aldeed
Copy link
Contributor

@aldeed aldeed commented Nov 22, 2019

Resolves #8
Resolves #12
Impact: minor
Type: bugfix

Resolves some reaction-admin bugs.

  • Creating products and updating them works well now. No white screen on first product creation
  • Publishing products works
  • Tag page works
  • Navigation page works

Testing

For everything to truly work, these API changes should be merged first, or test against this PR: reactioncommerce/reaction#5824

Do some general testing of the listed things. It may not be perfect. The goal here is to fix big issues without too much effort since the future of this UI is uncertain. Deleting nav items still has some bugs but they exist in 2.x and they are on the API side, so I'm not fixing them for now.

fixes #8

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Copy link
Member

@mikemurray mikemurray left a comment

Choose a reason for hiding this comment

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

👍 Works better.

A new product works now without a white screen. The product detail admin has various other issues when updating prices on variants and such. At this point, the products stuff should just be updated to use the GraphQL API's that are available for products.

@mikemurray mikemurray merged commit 3b92622 into trunk Nov 22, 2019
@mikemurray mikemurray deleted the fix-aldeed-various-fixes branch November 22, 2019 22:12
@kieckhafer kieckhafer mentioned this pull request Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't create & publish nav items Creating a product for the first time causes a WSOD
2 participants