If the user clicks on links under the 'color' or 'size' columns on the edit product screen, the site redirects to a 404 page.

Comments

bojanz’s picture

Assigned: Unassigned » bojanz
GuGuss’s picture

Status: Active » Needs review

The issue comes from the way we handled taxonomy terms default listing. We don't override anymore the default taxonomy term path (taxonomy/term/%).

You can see the commit here : https://code.drupalcommerce.org/#/c/97/

GuGuss’s picture

Title: Dead links on edit product screen » Wrong way of handling taxonomy terms listing
bojanz’s picture

Title: Wrong way of handling taxonomy terms listing » Dead links on edit product screen

Theo's commit does not fix the IEF issue (it still links to a taxonomy page, but this time it's empty, because it is meant to show nodes not products).
Furthermore, Damien and I agreed we don't want to do change from #97. So I've abandoned that change, and I'm refocusing the issue.

The fix here is to not make IEF link to any category page. I'll make it happen.

bojanz’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.