Removed todo (closes #3580).

For explaination see the issue.
This commit is contained in:
FinnStutzenstein 2018-04-11 10:39:44 +02:00
parent 2497969864
commit a17c853d67

View File

@ -1516,9 +1516,6 @@ angular.module('OpenSlidesApp.motions.site', [
});
}
};
// TODO: put this into a Group-watcher, so on permission changes, the comments
// show up. For this, the inline editing has to be reloaded, so every field
// has to be checked. wait for #3565 to be merged, then edit this in #3567
$scope.commentsFields = MotionComment.getCommentsFields();
$scope.noSpecialCommentsFields = MotionComment.getNoSpecialCommentsFields();
$scope.commentFieldForStateId = MotionComment.getFieldIdForFlag('forState');