featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 30 forks source link

meta_description should allow null #183

Closed sneopu closed 1 year ago

sneopu commented 1 year ago

meta_description is a exclude field and should allow null, otherwise it will generate a sql error if the user has not right to edit this field.

error message: 2: SQL error: 'Field 'meta_description' doesn't have a default value' (tx_dpnglossary_domain_model_term:NEW63a2ffbb82951134754683)

featdd commented 1 year ago

Hi @sneopu,

thanks for your pull request.

Greetings Daniel