This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Contains \Drupal\thyssen_form\Plugin\WebformHandler\QueueWebformHandler. | |
*/ | |
namespace Drupal\thyssen_form\Plugin\WebformHandler; | |
use Drupal\Core\Config\ConfigFactoryInterface; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docroot/profiles/contrib/lightning/modules/lightning_features/lightning_workflow/lightning_workflow.module b/docroot/profiles/contrib/lightning/modules/lightning_features/lightning_workflow/lightning_workflow.module | |
index 259c728..1fdecaa 100644 | |
--- a/docroot/profiles/contrib/lightning/modules/lightning_features/lightning_workflow/lightning_workflow.module | |
+++ b/docroot/profiles/contrib/lightning/modules/lightning_features/lightning_workflow/lightning_workflow.module | |
@@ -42,14 +42,15 @@ function lightning_workflow_form_node_form_alter(array &$form, FormStateInterfac | |
/** @var \Drupal\workbench_moderation\ModerationInformation $mod_info */ | |
$mod_info = \Drupal::service('workbench_moderation.moderation_information'); | |
+ | |
if (isset($form['moderation_state']) && $mod_info->isModeratedEntityForm($form_object)) { |