-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53126/
-----------------------------------------------------------
(Updated Oct. 24, 2016, 1:33 a.m.)
Review request for Ambari, Di Li, Venkat Ranganathan, and Yusaku Sako.
Bugs: AMBARI-18665
https://issues.apache.org/jira/browse/AMBARI-18665
Repository: ambari
Description (updated)
-------
Workflow designer view doesn't execute on clicking the go to instance button
after creating the view.
Navigating to the Ambari dashboard and executing the view using the drop down
menu works and loads the workflow designer view
The issue is caused due to the space in the URI, it works in chrome and firefox
version 38.8, but does't work in the latest version of firefox (49.0). The
App.router.route handles it properly and so the menu redirect works as
expected, but the issue arises when the URI contains space in href.
As per the standard practices, using spaces in URI is considered as unsafe,
hence the view name can be changed from Workflow Manager to WORKFLOW_MANAGER,
which will also be consistent with the other view names.
Diffs
-----
contrib/views/wfmanager/src/main/resources/view.xml ec3d5f5
Diff: https://reviews.apache.org/r/53126/diff/
Testing
-------
Ran mvn test
Thanks,
Anita Jebaraj