Fixing missing ballot resolver
This commit is contained in:
parent
fb047fc5b9
commit
40c2cdbe50
@ -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