Skip to content

Commit

Permalink
fix: comment out user_data_fields in hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Oct 18, 2022
1 parent 397d9a7 commit d8dbdd7
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions red_background/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,26 +151,26 @@
# User Data Protection
# --------------------

user_data_fields = [
{
"doctype": "{doctype_1}",
"filter_by": "{filter_by}",
"redact_fields": ["{field_1}", "{field_2}"],
"partial": 1,
},
{
"doctype": "{doctype_2}",
"filter_by": "{filter_by}",
"partial": 1,
},
{
"doctype": "{doctype_3}",
"strict": False,
},
{
"doctype": "{doctype_4}"
}
]
# user_data_fields = [
# {
# "doctype": "{doctype_1}",
# "filter_by": "{filter_by}",
# "redact_fields": ["{field_1}", "{field_2}"],
# "partial": 1,
# },
# {
# "doctype": "{doctype_2}",
# "filter_by": "{filter_by}",
# "partial": 1,
# },
# {
# "doctype": "{doctype_3}",
# "strict": False,
# },
# {
# "doctype": "{doctype_4}"
# }
# ]

# Authentication and authorization
# --------------------------------
Expand Down

0 comments on commit d8dbdd7

Please sign in to comment.