webhooks icon indicating copy to clipboard operation
webhooks copied to clipboard

Date fields blank in the payload

Open AdamChlan opened this issue 4 years ago • 2 comments

Description

I have several date fields in my data model, and I'm noticing they are empty when reviewing my payload data. All of these fields have values. All other field data is coming across as expected. I am working with the User sender class.

Steps to reproduce

  1. Set up User data model w/ custom fields, and configure webhoook
  2. Create new user with all field data entered.
  3. Review payload in activity area of plugin

Additional info

  • Craft CMS version: 3.7.13
  • Webhooks version: 2.4.1
  • PHP version: 7.4.2
  • Database driver & version: MySQL 5.7.26

AdamChlan avatar Sep 17 '21 17:09 AdamChlan

Which type of custom fields are you using?

brandonkelly avatar Sep 17 '21 19:09 brandonkelly

I'm using a variety of fields for the User, including text, dropdown, table and date. The date fields are the ones ones having issues. Their data is blank in the payload.

AdamChlan avatar Sep 17 '21 20:09 AdamChlan