Skip to content

Commit

Permalink
Merge pull request #168 from patcon/toronto-add-agenda-item-type
Browse files Browse the repository at this point in the history
Toronto: Add agenda item type as subject
  • Loading branch information
James McKinney committed Jan 22, 2016
2 parents fe3d2cd + e2b1b88 commit 24e4060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ca_on_toronto/events-incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def is_council(event):
for i, item in enumerate(agenda_items):

a = e.add_agenda_item(item['title'])
a.add_subject(item['type'])
a['order'] = str(i)

def is_vote_event(item):
Expand Down

0 comments on commit 24e4060

Please sign in to comment.