eGovPDX / Council-Agenda-App

5 stars 0 forks source link

Same owners in consecutive items are being displayed incorrectly with app().generateAgendaHTML() #16

Closed OscarGodson closed 13 years ago

OscarGodson commented 13 years ago

app().generateAgendaHTML() isn't displaying consecutive items's bureaus and owners correctly. For examples:

If the raw data was:

Mayor Sam Adams
Police Bureau
Item 1

Mayor Sam Adams
Police Bureau
Item 2

It should display as:

Mayor Sam Adams
Police Bureau
Item 1
Item 2
OscarGodson commented 13 years ago

Should now be fixed.