Skip to content

Commit

Permalink
Fixed an issue where ignore owner is not working when owner and grant…
Browse files Browse the repository at this point in the history
…s both are different
  • Loading branch information
akshay-joshi committed Aug 16, 2023
1 parent 1adde60 commit edd1783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pgadmin/tools/schema_diff/directory_compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def _get_identical_and_different_list(intersect_keys, source_dict, target_dict,
temp_tgt_params = copy.deepcopy(target_params)
diff_dict = directory_diff(
dict1[key], dict2[key],
ignore_keys=view_object.keys_to_ignore, difference={}
ignore_keys=ignore_keys, difference={}
)

# No need to parse acl if ignore_grants is set to True.
Expand Down

0 comments on commit edd1783

Please sign in to comment.