verbb / tablemaker

A user-definable table field type for Craft CMS
MIT License
40 stars 32 forks source link

Email Validator not implemented #48

Open samuelreichor opened 2 days ago

samuelreichor commented 2 days ago

Describe the bug

Hi, I have some troubles saving an entry with a table maker field in it because of Email Validation. I looked into src/fields/TableMakerField.php and it seems like the EmailValidator used in _validateCellValue is not even implemented. Can you look into that and I would love to see a fix for Craft 4 as well because I'm not able to update to Craft 5 yet :(

Steps to reproduce

  1. Select Email As Column Type
  2. Put an email into the row
  3. Save Entry

Craft CMS version

4.12.1

Plugin version

4.0.13

Multi-site?

Yes

Additional context

No response

engram-design commented 1 day ago

Fixed for the next release. To get this early, run composer require verbb/tablemaker:"dev-craft-4 as 4.0.13".

samuelreichor commented 1 day ago

Thank u, works seamlessly 🚀