Merge pull request #3694 from FinnStutzenstein/removeTodo

Removed todo (closes #3580).
This commit is contained in:
Emanuel Schütze 2018-04-11 12:46:44 +02:00 committed by GitHub
commit bc7ae87591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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');