Closed septum closed 2 weeks ago
@septum looking at this:
Curious why Catalog
is black and the project name is blue. Would think it was the other way around since the route looks to be on the project versus the main catalog
@septum looking at this:
Curious why
Catalog
is black and the project name is blue. Would think it was the other way around since the route looks to be on the project versus the main catalog
This is because the comment above:
There's an issue with the list of workflow paths available:
- When rendering the workflow paths not all possible routes are not available to this check, because some workflows are fragmented between instances but not reconciled into one single workflow.
Basically, when rendering this path, the /catalog/
root path is not available, because it's in another instance of clutch. I added another check to manually add the /${route.path}
, but it was providing some root paths that did not have a component.
Description
Screenshots
Standard Layout
Before
After
Wizard Layout
Before
After
No Layout
Before
After
Testing Performed
Manual