Merge pull request #1919 from emanuelschuetze/fix1904

Fixed TypeError caused by #1904.
This commit is contained in:
Norman Jäckel 2016-01-27 23:40:53 +01:00
commit da30be5184

View File

@ -149,6 +149,7 @@ angular.module('OpenSlidesApp.core', [
function (DS) {
return function (collection, instance) {
var Resource = DS.definitions[collection];
if (Resource.relationList) {
Resource.relationList.forEach(function (relationDef) {
if (relationDef.foreignKey) {
var query = {};
@ -158,6 +159,7 @@ angular.module('OpenSlidesApp.core', [
});
}
}
}
])
.run([