Thanks for a great module with great plugin base. I am using this module to provide checkboxes support, While doing so i noticed that sum score from a set plugin is not working correctly for Drupal\Core\TypedData\TraversableTypedDataInterface, Hence not working correctly and serving its intended purpose of summing up the results in an element.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | sum-support-for-traversable-answers-3083062-2.patch | 1.14 KB | guptahemant |
Comments
Comment #2
guptahemant commentedHere is a patch to resolve the mentioned issue. Please review
Comment #3
pratik_kamble@guptahemant I have tested the patched. The patch is working as expected for the multi-select field (i.e. TraversableTypedDataInterface).
Comment #4
pratik_kambleComment #5
nigelcunningham commentedCommitted; thanks.