mantisbt-plugins / Announce

Announcements plugin for MantisBT, lets privileged accounts create and post announcements that can be shown to users on a global or per-project basis, and allow users to dismiss individual messages.
MIT License
20 stars 14 forks source link

Impossible to set new Context's as not dismissable #19

Closed dregad closed 6 years ago

dregad commented 6 years ago

When submitting the form, the following error message is triggered:

Database query failed. Error received from database was #1048: Column 'dismissable' cannot be null for the query: INSERT INTO mantis_plugin_Announce_context_table (message_id,project_id,location,access,ttl,dismissable) VALUES (?,?,?,?,?,?).