-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55992/
-----------------------------------------------------------
Review request for Ambari, Di Li, DIPAYAN BHOWMICK, and Nitiraj Rathore.
Bugs: AMBARI-19729
https://issues.apache.org/jira/browse/AMBARI-19729
Repository: ambari
Description
-------
1. Try to add a FS node to a workflow.
2. Browse and select a path and click on Select button. The Path field is still
empty.
Error in the browser console:
Uncaught TypeError: Cannot set property 'path' of undefined
at Object.u [as set] (vendor-4ae345a01092a915fe851b682258b76a.js:11)
at n.<anonymous> (oozie-designer-21b647fc98ff652bc7cd154671c10e5b.js:5)
at Object.f [as apply] (vendor-4ae345a01092a915fe851b682258b76a.js:11)
at Object.d [as sendEvent] (vendor-4ae345a01092a915fe851b682258b76a.js:10)
at n.trigger [as _super] (vendor-4ae345a01092a915fe851b682258b76a.js:14)
at n.trigger (vendor-4ae345a01092a915fe851b682258b76a.js:16)
at n [as trigger] (vendor-4ae345a01092a915fe851b682258b76a.js:11)
at n.closeFileBrowser (oozie-designer-21b647fc98ff652bc7cd154671c10e5b.js:6)
at n.send (vendor-4ae345a01092a915fe851b682258b76a.js:15)
at n [as send] (vendor-4ae345a01092a915fe851b682258b76a.js:11)
With the changes in AMBARI-19332, the input field for directory path was
updated to prep.path (was prep.settings.path before).
Diffs
-----
contrib/views/wfmanager/src/main/resources/ui/app/components/prepare-config-fs.js
ba9b91e
Diff: https://reviews.apache.org/r/55992/diff/
Testing
-------
Tested manually.
Build failure is unrelated to the patch.
Thanks,
Sangeeta Ravindran