FoxComm / highlander

Because there can only be one
MIT License
9 stars 3 forks source link

[Ashes] Product form > Taxonomies. Can't add an existing taxonomy value from the list. #1788

Open alexanderfc opened 7 years ago

alexanderfc commented 7 years ago

Env: STAGE, STAGE-TPG

Preconditions:

  1. At least 1 active taxonomy with 1 active value.

Steps to reproduce:

  1. Sign in at /admin as an admin user
  2. Navigate to Products > /new
  3. Click "+" next to taxonomy from preconditions
  4. Pick the value from the list and click it

Actual result: taxonomy block hangs in loading; PATCH /v1/taxons/default/17060/product/ ends with 404 and Uncaught (in promise) Error: Not Found in console Expected result: value is added and displayed on the page

Video: https://www.dropbox.com/s/crv3grcnegy0sms/highlander_1788.mp4?dl=0 Screenshot:

![2017-05-15 17 03 34](https://cloud.githubusercontent.com/assets/18313903/26061484/c147d29e-3990-11e7-9229-1ee5237e6cb3.png)
tonypizzicato commented 7 years ago

it's impossible to connect taxonomy to a product w/o id. so, we can't add toxons to new product. we have to solutions:

jmataya commented 7 years ago

@tonypizzicato @alexanderfc hiding taxonomies for new products seems like a nice and easy solution. What do you think?