Oleg Nechiporenko created AMBARI-16113:
------------------------------------------
Summary: JS error on delete config group on service configs page
Key: AMBARI-16113
URL: https://issues.apache.org/jira/browse/AMBARI-16113
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.4.0
Reporter: Oleg Nechiporenko
Assignee: Oleg Nechiporenko
Fix For: 2.4.0
* Open HDFS configs page
* Click "+" for some config
* Select "Create a new config group"
* Fill override-field
* Save configs changes
* Open Manage Config Groups popup
* Add all hosts to the new group
* Delete new config group
* Click "Save"
*ER* No errors
*AR* JS error appears:
{noformat}
Uncaught Error: <DS.StateManager:ember45093> could not respond to event
deleteRecord in state rootState.loading.
{noformat}
{{ambari-web/app/mixins/main/service/configs/config_overridable.js}}:
{noformat}
if (groupFromModel) {
App.configGroupsMapper.deleteRecord(groupFromModel);
}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)