Skip to content
Snippets Groups Projects
Commit 681954de authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'fix/automatic-plan' into 'master'

Fix change detection in automatic plan

See merge request !391
parents 41d01800 7d23ce73
No related branches found
No related tags found
1 merge request!391Fix change detection in automatic plan
Pipeline #193872 failed
Pipeline: AlekSIS

#193873

    ......@@ -110,7 +110,7 @@ class AutomaticPlan(LiveDocument):
    # Check if the changed object is relevant for the time period of the PDF file
    if not version.object.amends:
    return
    continue
    if version.object.datetime_start:
    date_start = version.object.datetime_start.date()
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment