From 2639ff78197075bb99a3ec670c0b9165896da124 Mon Sep 17 00:00:00 2001 From: Adam Roses Wight Date: Sun, 4 May 2014 23:37:56 -0700 Subject: [PATCH] More accurate warning text If a case type is deleted, linked case.case_type_id data will be set to null, rather than cascade deleted. Update the warning to reflect this. --- templates/CRM/Admin/Form/CaseType.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/CaseType.tpl b/templates/CRM/Admin/Form/CaseType.tpl index e40abe48d9..4bd67dc94a 100644 --- a/templates/CRM/Admin/Form/CaseType.tpl +++ b/templates/CRM/Admin/Form/CaseType.tpl @@ -30,7 +30,7 @@ {if $action eq 8}
- {ts}WARNING: Deleting this option will result in the loss of all case records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts} + {ts}WARNING: Deleting this option will result in loss of type information for all case records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else} -- 2.25.1