mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed search object issue when the object name contains special characters. Fixes #5401
This commit is contained in:
committed by
Akshay Joshi
parent
7361470b64
commit
dc4571a3c8
@@ -428,6 +428,7 @@ describe('SearchObjectsDialogWrapper', () => {
|
||||
type_label: 'Some types coll',
|
||||
path: ':some.123:/path',
|
||||
show_node: true,
|
||||
other_info: null,
|
||||
});
|
||||
expect(data).toEqual({
|
||||
id: 'obj1/123.obj2/432',
|
||||
@@ -438,6 +439,7 @@ describe('SearchObjectsDialogWrapper', () => {
|
||||
path: 'disp/path',
|
||||
id_path: ['obj1/123', 'obj2/432'],
|
||||
show_node: true,
|
||||
other_info: null,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user