Edit group generates error for “shares drafts””

  • Used Zammad version: Version 6.3.1-1715932826.48881ba1.focal
  • Browser + version: Firefox 136.0.2

Expected behavior:

I would like to edit a group

Actual behavior:

I always get the error message “Missing required value for field ‘shared_drafts’!”. But the item is set to “active” - even if I set it to “inactive” it has no effect. When creating a new group everything is still ok, but when editing it no longer works.

I think I somehow deactivated the function with the drafts, but I just can’t find it anymore. Maybe that has something to do with it?

Steps to reproduce the behavior:

  • edit a group

I’d bet your migrations are not completed, for whatever reason.
6.3.1 is outdated since half a year btw.

zammad run rake db:migrate

Yes, we have already updated zammad to 6.5.0, but it’s still a problem.

Sounds like you still have migrations that are pending. You can update all you want, missing database migrations will not magically heal themselves if something is blocking.

Execute the command I gave you earlier, it should give you a traceback.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.