yangzhang75 commented on PR #8376: URL: https://github.com/apache/texera/pull/8376#issuecomment-5535344161
Thanks @mengw15. Both addressed in a3ed02c: 1. Registered the `workflow/:id/form` route above `workflow/:id` in `app-routing.module.ts`, so the trailing segment is not swallowed. As you noted, the page guards itself (flag off, or a non-form-default workflow, redirects to the canvas), so it exposes nothing while making this and every later slice testable at the real URL. 2. Added a screenshot of the read-only shell to the description; since the spec skips template rendering, it is the rendered-page evidence for this view. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
