[#73,view/timeline,bugfix][xs]: recalculate start/end field names on reset of fields (o/w did not work for e.g. ES backends).
This commit is contained in:
@@ -28,7 +28,7 @@ my.Timeline = Backbone.View.extend({
|
|||||||
self._initTimeline();
|
self._initTimeline();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.model.fields.bind('change', function() {
|
this.model.fields.bind('reset', function() {
|
||||||
self._setupTemporalField();
|
self._setupTemporalField();
|
||||||
});
|
});
|
||||||
this.model.currentDocuments.bind('all', function() {
|
this.model.currentDocuments.bind('all', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user