Show breakdown for site settings.

This commit is contained in:
Guo Xiang Tan 2015-06-09 20:34:06 +08:00
parent 64c0c968e4
commit c872e3f092
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ export default Ember.ArrayController.extend(Presence, {
});
if (matches.length > 0) {
matchesGroupedByCategory[0].siteSettings.pushObjects(matches);
matchesGroupedByCategory.pushObject({
nameKey: settingsCategory.nameKey,
name: I18n.t('admin.site_settings.categories.' + settingsCategory.nameKey),
siteSettings: matches
});
}
});