- First commit to issue fork.
- @kurttrowbridge opened merge request.
- Status changed to Needs review
about 1 year ago 3:38am 2 November 2023 - 🇺🇸United States kurttrowbridge
Hi! I ran into this today too on a site running Drupal 9.5.11. I was able to get the newly added handler to open its configuration form after making some adjustments, matching a couple other Webform handlers I referenced. After that, I hit some issues related to the Comparison Operator field due to how the title was formatted, so I provided an adjustment that moves the additional information for that field into a description. Lastly, I had an issue saving the configuration form because it tried to validate the comparison operator based on the value of
$values['compare']['operator']
, when the variable appears like it should be$values['operator']
–only theleft
andright
values are nested under$values['compare']
.Hopefully that all makes sense. I confirmed that the comparison was working for me following those adjustments, and confirmed that the file meets Drupal's code standards (one other adjustment needed for that was to put the
use
statements in alphabetical order). Everything I've mentioned is in the provided merge request, but I'd definitely appreciate a review—dependency injection is not my strong suit, and a couple of the fixes were a little unexpected to me.Thanks!
- Status changed to Closed: cannot reproduce
about 2 months ago 1:05pm 30 September 2024