When attempting to apply a license to a node, drupal returns this error:
Field 'description' doesn't have a default value query

Text fields in MySQL can't have a default value. If the description field isn't enabled, it's not appearing in the metadata array, and thus, isn't being added to the INSERT query. So MySQL errors at us.

Comments

MPetrovic’s picture

patch attached

MPetrovic’s picture

StatusFileSize
new1.5 KB

cleaner patch attached