Add a TypeScript CommentIssueStatusType enum.

Review Request #13711 — Created April 7, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

This provides a formal type for comment issue status types, succeeding
the old BaseComment.STATE_* constants. Those constants are still
available, but now just map to the enum values.

The enum will help ensure proper type safety in new code working with
comment issue statuses.

Unit tests pass.

Commits

Files

    Loading...