Strapi v3.2.0-beta.0 - Draft and Publish testing

Hello @DMehaffy,
I am using Strapi v3.3.4. In this version, I am using the draft and publish feature. I have observed some bugs due to this feature.

  1. Blank values accepted while creating draft entries including the fields which is required.
    1.1 After creating blank draft entries it shows validation error but not any specific error like This field is required. It only shows when I touch the fields by providing any input. It is very confusing if there are any required fields.

  2. In lifecycles function beforeUpdate() function is not getting all data in the params while publishing the entry. It gets only published_at value.

Let me know if you need more explanation.

Thank you.

1 Like