mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed value error in the restore dialog. Fixes #7151
This commit is contained in:
committed by
Akshay Joshi
parent
ad64491a98
commit
4a195e7ef6
@@ -174,7 +174,8 @@ class EventTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
|
||||
'fopts': [{'get': 'get_event_funcs'}, {'get': 'get_event_funcs'}]
|
||||
})
|
||||
|
||||
keys_to_ignore = ['oid', 'xmin', 'oid-2', 'eventfuncoid', 'schemaoid']
|
||||
keys_to_ignore = ['oid', 'xmin', 'oid-2', 'eventfuncoid', 'schemaoid',
|
||||
'source']
|
||||
|
||||
def check_precondition(f):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user