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,
|
||||
closeByDocument: false,
|
||||
resolve: {
|
||||
assignmentpollId: function () {return poll.id;}
|
||||
assignmentpollId: function () {return poll.id;},
|
||||
ballot: function () {return ballot;},
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user