This was originally included as part of a very large patch in #2680567. This issue has been created for ease of review and addresses point 7 from the original patch.

Problem/Motivation

Completed schedules are picked up on a new revision created other than via node edit (for example by panelizer).

Proposed resolution

Prevent saving of completed schedules as a completed schedule should never change (this prevents a completed schedule from being applied to a new revision).

Comments

mairi created an issue. See original summary.

mairi’s picture

Adding patch which should cleanly apply against the latest 7.x-2.x-dev version of the module.

  • mairi authored ee3bbf4 on 7.x-2.x
    Issue #2718761 by mairi: Do not add completed schedules to a new node...
partdigital’s picture

Status: Needs review » Fixed

Thanks @mairi, merged!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jordan.jamous’s picture

Version: 7.x-2.x-dev » 7.x-1.x-dev
Issue tags: +API addition

Back-porting the same issue on 7.x-1.x-dev

jordan.jamous’s picture

Attaching the patch