Merge pull request #2905 from FinnStutzenstein/ResolveFix
Fixing missing ballot resolver
This commit is contained in:
commit
4e47fa7634
@ -537,7 +537,8 @@ angular.module('OpenSlidesApp.assignments.site', [
|
|||||||
closeByEscape: false,
|
closeByEscape: false,
|
||||||
closeByDocument: false,
|
closeByDocument: false,
|
||||||
resolve: {
|
resolve: {
|
||||||
assignmentpollId: function () {return poll.id;}
|
assignmentpollId: function () {return poll.id;},
|
||||||
|
ballot: function () {return ballot;},
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user