Adam Kawa created FALCON-945:
--------------------------------
Summary: Fix broken lineage feature in Web-UI
Key: FALCON-945
URL: https://issues.apache.org/jira/browse/FALCON-945
Project: Falcon
Issue Type: Bug
Components: webapp
Affects Versions: 0.6, trunk
Reporter: Adam Kawa
The "lineage" link available next to process instance doesn't show the graph
when it's clicked. Instead it displays error message.
The reason is that the html5-ui/js/falcon-lineage.js file sends requests to
{code}
var PREFIX = '/api/graphs/lineage';
{code}
while the expected prefix is /api/metadata/lineage.
I will send a patch soon (this is "one-liner").
Btw, the lineage feature is really nice!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)