]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Using wrong identifiers in RGW user/bucket datatables 30492/head
authorVolker Theile <vtheile@suse.com>
Fri, 20 Sep 2019 13:46:50 +0000 (15:46 +0200)
committerVolker Theile <vtheile@suse.com>
Fri, 20 Sep 2019 13:46:50 +0000 (15:46 +0200)
Fixes: https://tracker.ceph.com/issues/41940
Signed-off-by: Volker Theile <vtheile@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-bucket-list/rgw-bucket-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-list/rgw-user-list.component.html

index acb86c72a3d3d9da5c92336c8dcfc05157f28ac7..3dcff15fcacfe83ed01cbf53d429e79de958b06a 100644 (file)
@@ -5,7 +5,7 @@
           columnMode="flex"
           selectionType="multi"
           (updateSelection)="updateSelection($event)"
-          identifier="bucket"
+          identifier="bid"
           (fetchData)="getBucketList($event)">
   <cd-table-actions class="table-actions"
                     [permission]="permission"
index b74fe704a7d8c92e02f1a8a291b80cf7232e87c3..8bb40fc9d63866902417aa71aec7f8fc7414593d 100644 (file)
@@ -5,7 +5,7 @@
           columnMode="flex"
           selectionType="multi"
           (updateSelection)="updateSelection($event)"
-          identifier="user_id"
+          identifier="uid"
           (fetchData)="getUserList($event)">
   <cd-table-actions class="table-actions"
                     [permission]="permission"