[
https://issues.apache.org/jira/browse/AMBARI-7280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14131661#comment-14131661
]
Hudson commented on AMBARI-7280:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #230 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/230/])
AMBARI-7280. Slider View: View should use existing parameters if set.
(onechiporenko) (onechiporenko:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2fbbfb370155ef9adb69fc43362dd0ad1c1448a9)
* contrib/views/slider/src/main/resources/ui/app/initialize.js
* contrib/views/slider/src/main/resources/ui/app/helpers/ajax.js
* contrib/views/slider/src/main/resources/ui/app/mappers/application_status.js
*
contrib/views/slider/src/main/resources/ui/app/controllers/slider_apps_controller.js
*
contrib/views/slider/src/main/resources/ui/app/assets/data/resource/slider-properties.json
*
contrib/views/slider/src/main/resources/ui/app/controllers/slider_controller.js
> Slider View: View should use existing parameters if set
> -------------------------------------------------------
>
> Key: AMBARI-7280
> URL: https://issues.apache.org/jira/browse/AMBARI-7280
> Project: Ambari
> Issue Type: Bug
> Components: contrib
> Affects Versions: 1.7.0
> Reporter: Oleg Nechiporenko
> Assignee: Oleg Nechiporenko
> Priority: Critical
> Fix For: 1.7.0
>
> Attachments: AMBARI-7280.patch
>
>
> Currently the Slider view UI always PUTs the view's parameters when it loads.
> It determines the parameter values from Ambari, and then PUTs them into
> {{/api/v1/views/SLIDER/versions/1.0.0/instances/MySlider1/}}.
> This should be changed so that Slider view UI does:
> # GET parameters from server (above path)
> # If parameters empty
> ## Populate parameters by interacting with Ambari
> # else
> ## Use set parameters
> This will allow view parameters set through ambari-admin UI to be used by the
> view.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)