[
https://issues.apache.org/jira/browse/AMBARI-6463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14075134#comment-14075134
]
Jaimin D Jetly commented on AMBARI-6463:
----------------------------------------
On re-iteration of installer wizard, we did reset on App.StackService content.
This bug occurred because ember ArrayController for step4
(App.WizardStep4Controller) repopulated deleted/unset records of DS.Model
App.StackService after exiting connectOutlets function in the router.
It happens that even after deleting/unsetting a record from it's model, entry
of the record is still persisted in recordCache Array which maintained by the
DS.Store namespace.
As a resolution to this issue,
Attached patch will also delete record's entry in the recordCache of the
DS.Store after deleting a record from the App.StackService model.
> Installer wizard not showing service configs for selected services
> ------------------------------------------------------------------
>
> Key: AMBARI-6463
> URL: https://issues.apache.org/jira/browse/AMBARI-6463
> Project: Ambari
> Issue Type: Bug
> Components: client
> Affects Versions: 1.7.0
> Reporter: Jaimin D Jetly
> Assignee: Jaimin D Jetly
> Fix For: 1.7.0
>
> Attachments: AMBARI-6463.patch, AMBARI-6463_2.patch, Customize
> Service.png
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)