From c4b3507cf3c3f7073160413a857e19692f8a1918 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 25 Mar 2021 10:53:07 +0100 Subject: [PATCH 1/3] fix: unhide field, add intro --- frappe/website/web_form/request_data/request_data.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frappe/website/web_form/request_data/request_data.json b/frappe/website/web_form/request_data/request_data.json index c3b0155d51..591ef4a031 100644 --- a/frappe/website/web_form/request_data/request_data.json +++ b/frappe/website/web_form/request_data/request_data.json @@ -8,18 +8,20 @@ "allow_print": 0, "amount": 0.0, "amount_based_on_field": 0, + "apply_document_permissions": 0, "breadcrumbs": "", - "button_label": "Submit", + "button_label": "Request Data", "creation": "2019-01-24 16:19:26.886096", "currency": "INR", "doc_type": "Personal Data Download Request", "docstatus": 0, "doctype": "Web Form", "idx": 0, + "introduction_text": "

Request a file containing your personally identifiable information (PII) that is saved on our system. The file will be in JSON format and is sent to you by email. If you would like to have your PII deleted from our system, please make a request to delete data.

", "is_standard": 1, "login_required": 0, "max_attachment_size": 0, - "modified": "2019-07-16 12:41:53.782126", + "modified": "2021-03-25 10:52:13.149538", "modified_by": "Administrator", "module": "Website", "name": "request-data", @@ -45,7 +47,7 @@ "max_length": 0, "max_value": 0, "options": "", - "read_only": 1, + "read_only": 0, "reqd": 1, "show_in_filter": 0 } From de31f578df0cb3a169bfd2f8d4b6926f02b0404b Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:06:45 +0100 Subject: [PATCH 2/3] fix: add into to Request to Delete Data --- .../request_to_delete_data/request_to_delete_data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json b/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json index 0aa1446ce3..8b97943e34 100644 --- a/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json +++ b/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json @@ -8,6 +8,7 @@ "allow_print": 0, "amount": 0.0, "amount_based_on_field": 0, + "apply_document_permissions": 0, "button_label": "Submit", "creation": "2019-01-25 14:24:12.588810", "currency": "INR", @@ -15,10 +16,11 @@ "docstatus": 0, "doctype": "Web Form", "idx": 0, + "introduction_text": "

Send a request to delete your personally identifiable information (PII) that is saved on our system. You will receive an email to verify your request. Once the request is verified we will take care of deleting your PII.

", "is_standard": 1, "login_required": 0, "max_attachment_size": 0, - "modified": "2019-02-21 17:14:55.095337", + "modified": "2021-03-25 11:06:01.812112", "modified_by": "Administrator", "module": "Website", "name": "request-to-delete-data", From 308f19eb7bc131597dc4f7f03a0c1bf3ecdf100b Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Thu, 25 Mar 2021 11:10:37 +0100 Subject: [PATCH 3/3] fix: intro of Request to Delete Data --- .../request_to_delete_data/request_to_delete_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json b/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json index 8b97943e34..b0180d833c 100644 --- a/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json +++ b/frappe/website/web_form/request_to_delete_data/request_to_delete_data.json @@ -16,11 +16,11 @@ "docstatus": 0, "doctype": "Web Form", "idx": 0, - "introduction_text": "

Send a request to delete your personally identifiable information (PII) that is saved on our system. You will receive an email to verify your request. Once the request is verified we will take care of deleting your PII.

", + "introduction_text": "

Send a request to delete your personally identifiable information (PII) that is stored on our system. You will receive an email to verify your request. Once the request is verified we will take care of deleting your PII. If you just want to check what PII we have stored, you can request your data.

", "is_standard": 1, "login_required": 0, "max_attachment_size": 0, - "modified": "2021-03-25 11:06:01.812112", + "modified": "2021-03-25 11:08:49.580621", "modified_by": "Administrator", "module": "Website", "name": "request-to-delete-data",