-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.3] KZOO-163: change users and vmboxes cb_listing to emit id as key (…
…#6707) * change user cb_lists view key to id to avoid repeat Emitting last/first name as key in view is just unique enough to avoid crossbar pagination problem with repeating key. Change this to use DocId as view's key * change vmbox cb_list to emit id as key
- Loading branch information
Showing
7 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iv/dbs/account%2Fac%2Fco%2Funt0000000000000000000000001/views/users+crossbar_listing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
{ | ||
"id": "user0000000000000000000000000001", | ||
"key": "User One", | ||
"key": "user0000000000000000000000000001", | ||
"value": { | ||
"email": "[email protected]", | ||
"features": [ | ||
|
2 changes: 1 addition & 1 deletion
2
...iv/dbs/account%2Fac%2Fco%2Funt0000000000000000000000002/views/users+crossbar_listing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
{ | ||
"id": "user0000000000000000000000000002", | ||
"key": "User Two", | ||
"key": "user0000000000000000000000000002", | ||
"value": { | ||
"email": "[email protected]", | ||
"features": [ | ||
|
2 changes: 1 addition & 1 deletion
2
...iv/dbs/account%2Fac%2Fco%2Funt0000000000000000000000003/views/users+crossbar_listing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
{ | ||
"id": "user0000000000000000000000000003", | ||
"key": "User Three", | ||
"key": "user0000000000000000000000000003", | ||
"value": { | ||
"email": "[email protected]", | ||
"features": [ | ||
|
2 changes: 1 addition & 1 deletion
2
...iv/dbs/account%2Fac%2Fco%2Funt0000000000000000000000004/views/users+crossbar_listing.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
{ | ||
"id": "user0000000000000000000000000004", | ||
"key": "User Three", | ||
"key": "user0000000000000000000000000004", | ||
"value": { | ||
"email": "[email protected]", | ||
"features": [ | ||
|