Skip to content

Commit

Permalink
Post resolution attached to instrument in constructs builder
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoynter committed Sep 2, 2016
1 parent 600524d commit e8ca90f
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 170,645 deletions.
1 change: 0 additions & 1 deletion app/assets/javascripts/lib/data_manager.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ data_manager.factory(

deferred = $q.defer()
DataManager.Worker.addEventListener 'message', (e)->
console.log e.data
DataManager.Data = e.data
deferred.resolve()
, false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ angular.module('archivist.build').controller(
a.position > b.position
if !$scope.instrument.topsequence.resolved
DataManager.resolve().then ->
$scope.instrument = DataManager.Data.Instrument
sortChildren = (parent)->
if parent.children?
parent.children.sort constructSorter
Expand Down

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit e8ca90f

Please sign in to comment.