Changeset - 37dd7dd15ba6
[Not reviewed]
0 1 0
Scott Bragg - 8 years ago 2017-01-15 04:39:44
jsbragg@scriptforge.org
Fixed recording release to default false
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/schedule/views.py
Show inline comments
...
 
@@ -230,7 +230,7 @@ def schedule_json(request):
 
            # base proposals
 
            "license": "CC BY",
 
            "tags": "",
 
            "released": True,
 
            "released": False,
 
            "contact": [],
 
        }
 
        if hasattr(slot.content, "proposal"):
...
 
@@ -250,6 +250,7 @@ def schedule_json(request):
 
                    reverse("schedule_presentation_detail", args=[slot.content.pk])
 
                ),
 
                "cancelled": slot.content.cancelled,
 
                "released": slot.content.proposal.recording_release
 
            })
 
            if not slot.content.speaker.twitter_username == '':
 
                slot_data["twitter_id"] = slot.content.speaker.twitter_username
0 comments (0 inline, 0 general)