File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 766766 </ ng-container >
767767 < ng-container *ngIf ="
768768 (auth.loggedIn$ | async) &&
769+ TopicService.canEdit(topic) &&
769770 topic.ideationId &&
770771 !topic.voteId &&
771- TopicService.canEdit(topic) &&
772772 [
773773 TopicService.STATUSES.draft,
774+ TopicService.STATUSES.inProgress,
774775 TopicService.STATUSES.ideation,
775776 TopicService.STATUSES.followUp
776777 ].indexOf(topic.status) > -1
796797 </ ng-container >
797798 < ng-container *ngIf ="
798799 (auth.loggedIn$ | async) &&
799- topic.voteId &&
800800 TopicService.canEdit(topic) &&
801+ topic.voteId &&
801802 [
802803 TopicService.STATUSES.draft,
804+ TopicService.STATUSES.inProgress,
803805 TopicService.STATUSES.voting,
804806 TopicService.STATUSES.followUp
805807 ].indexOf(topic.status) > -1
You can’t perform that action at this time.
0 commit comments