From 9e8b71079f06826569968d8a45f2077aed6402e1 Mon Sep 17 00:00:00 2001 From: Liam Morland <lkmorlan@uwaterloo.ca> Date: Wed, 15 Dec 2021 11:09:47 -0500 Subject: [PATCH] Improve comments --- uw_cfg_common.module | 2 ++ 1 file changed, 2 insertions(+) diff --git a/uw_cfg_common.module b/uw_cfg_common.module index f18e72a1..197df6f1 100644 --- a/uw_cfg_common.module +++ b/uw_cfg_common.module @@ -447,6 +447,8 @@ function uw_cfg_common_webform_create(WebformInterface $webform) { // Set so that uw_cfg_common_webform_build_access_denied_alter() will run. // This value is tested for in Webform::preRenderWebformElement(). + // This value appears on + // admin/structure/webform/manage/WEBFORM_ID/settings/form. $webform->setSetting('form_access_denied', WebformInterface::ACCESS_DENIED_PAGE); } -- GitLab