Closed mrjmd closed 8 years ago
We still have pathing issues when looking at components on paths like:
/node/1
Components on that node work fine if it's promoted and viewed from the front page, but get 404's if viewed from node/1.
WU solved this, I'll look over the code there and import it.
One line fix, wrapped the component path in scroll-loader.ts in a Drupal.url().
Committed directly to 8.x-1.x branch, commit here:
https://github.com/mrjmd/pdb/commit/5e699fd4b975263f575c11f3f486f39f28b87830
We still have pathing issues when looking at components on paths like:
/node/1
Components on that node work fine if it's promoted and viewed from the front page, but get 404's if viewed from node/1.
WU solved this, I'll look over the code there and import it.