mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Correction of nested search facets tab labels
Nested search facets were using 'search' tab label instead of their nested entity name. This patch is fixing that regression. https://fedorahosted.org/freeipa/ticket/2744
This commit is contained in:
parent
77f2f87fe5
commit
02b942a72e
@ -41,6 +41,7 @@ IPA.automount.location_entity = function(spec) {
|
||||
facet_group: 'automountmap',
|
||||
nested_entity: 'automountmap',
|
||||
label: IPA.metadata.objects.automountmap.label,
|
||||
tab_label: IPA.metadata.objects.automountmap.label,
|
||||
name: 'maps',
|
||||
columns: [ 'automountmapname' ]
|
||||
}).
|
||||
@ -76,6 +77,7 @@ IPA.automount.map_entity = function(spec) {
|
||||
nested_entity: 'automountkey',
|
||||
search_all_entries: true,
|
||||
label: IPA.metadata.objects.automountkey.label,
|
||||
tab_label: IPA.metadata.objects.automountkey.label,
|
||||
name: 'keys',
|
||||
columns: [
|
||||
{
|
||||
|
@ -246,6 +246,7 @@ IPA.dns.zone_entity = function(spec) {
|
||||
deleter_dialog: IPA.dns.record_search_deleter_dialog,
|
||||
title: IPA.metadata.objects.dnszone.label_singular,
|
||||
label: IPA.metadata.objects.dnsrecord.label,
|
||||
tab_label: IPA.metadata.objects.dnsrecord.label,
|
||||
columns: [
|
||||
{
|
||||
name: 'idnsname',
|
||||
|
Loading…
Reference in New Issue
Block a user