Workbench Moderation integration

Created on 31 July 2012, almost 12 years ago
Updated 11 March 2024, 4 months ago

I've created a workflow with the module 'workbench_moderation' to translate nodes.
When a node (eg. book page) A gets the status 'needs translation', the translator uses the common node tab 'translate' for translating the fields.

When he saves the translation, the field data is saved in:
- the tables field_data_XX for node A (and revision 1)
- the tables field_revision_XX for node A (and revision 1)

When there is just one revision, there is no problem.

Then, revision 2 is created as a draft (not published) (summary in workbench_moderation_node_history and data in field_revision_XX). When this draft (revision 2) is again presented at the translator and he saves the translation, the field data is saved in:
- the tables field_data_XX for node A (and revision 1)
- the tables field_revision_XX for node A (and revision 1).

Expected behavior:
- only the tables field_revision_XX should be updated for node A and revision 2.

Tables field_data_XX should only be updated on publishing revision 2.

Thank you for any suggestions?

✨ Feature request
Status

Needs review

Version

1.0

Component

Base system

Created by

πŸ‡§πŸ‡ͺBelgium d3claes

Live updates comments and jobs are added and updated live.
  • Needs tests

    The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.

Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024