inaes-tic / mbc-caspa

MBC Playout Server {mlt edition}
tic.inaes.gob.ar
GNU Affero General Public License v3.0
11 stars 8 forks source link

Backbone relational #146

Closed josx closed 11 years ago

josx commented 11 years ago

Changing backends and views to Support new backbone-relational models.

Depends on https://github.com/inaes-tic/mbc-common/pull/12

darthpolly commented 11 years ago

Don't ask me why, but /css/main.css won't compile until i changed less-middleware version in package.json to 0.1.12

darthpolly commented 11 years ago

When first load the page at a section which has universe view (ie. Edit playlists, Schedule), the playlist duration is displayed wrong. After changing from one section to another, it's fixed.

darthpolly commented 11 years ago

After creating a new playlist, dragging it to the calendar (creating a new occurrence) and refreshing (F5), the playlist has a lenght of 00:00:00.00 and there are no clips inside when editing it.

josx commented 11 years ago

I cant replicate 00:00:00 length. Please, Can someone else test it?

josx commented 11 years ago

The problem is the order that multiples collection add models. I dont know how to do fix it yet. making sync collection.fetch() calls doesnt help.

Any clues?