Plone.app.multilingual and plone.app.drafts mosaic

Plone 5.1 (b2).

  1. install plone.app.multilingual
  2. Add a page
  3. Translate page

= Works

  1. install Mosaic
  2. Add a page (with default view (not mosaic)
  3. Translate page
  4. I get an error, which I assume is from plone.app.drafts

Should I file a bug-report? if so, where ?

2017-04-06 15:25:27 ERROR Zope.SiteErrorLog 1491485127.90.0454198001787 http://xweb14d.plana.dk:8084/Flerspraak/en/++addtranslation++753f7f92c80c4efcbaa48fc97fc030f3
Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 48, in call_object
  Module plone.z3cform.layout, line 63, in __call__
  Module plone.z3cform.layout, line 47, in update
  Module plone.app.multilingual.browser.add, line 164, in update
  Module plone.dexterity.browser.add, line 130, in update
  Module plone.z3cform.fieldsets.extensible, line 65, in update
  Module plone.z3cform.patch, line 30, in GroupForm_update
  Module z3c.form.group, line 145, in update
  Module plone.app.z3cform.csrf, line 22, in execute
  Module z3c.form.action, line 102, in execute
  Module zope.event, line 31, in notify
  Module zope.component.event, line 24, in dispatch
  Module zope.component._api, line 136, in subscribers
  Module zope.interface.registry, line 328, in subscribers
  Module zope.interface.adapter, line 596, in subscribers
  Module plone.app.drafts.dexterity, line 284, in save
  Module plone.app.drafts.lifecycle, line 63, in syncDraftOnSave
TypeError: ('Could not adapt', '<Special Object Used to Force Acquisition>', <InterfaceClass       plone.app.drafts.interfaces.ICurrentDraftManagement>)

going to /portal_types/content_type and removing 'draft able' works as a workaround

Since GitHub - plone/plone.app.drafts: Implements services for managing auto-saved content drafts in Plone does not have the issue tracker enabled, please report this in Issues · plone/Products.CMFPlone · GitHub

I just remembered we have a nice, comprehensive guide on how to file Plone issues generally at Bugs – this guide was a contribution by Brian Davis / @Fosten during the plone.org sprint last year.