bolt / users

Bolt users extension.
MIT License
8 stars 7 forks source link

Auto add fields from Content Type in method New #18

Closed jurjenvn closed 3 years ago

jurjenvn commented 3 years ago

$content->setFieldValue('dob', '')seemed out of place in method New. Instead I added code to loop through the fields from the given Content Type and have these fields added automatically.

I-Valchev commented 3 years ago

Hi @jurjenvn , thanks a lot for fixing this! Merging this straightaway, I'll tag a new release so you can use it immediately :-)