Add a TypeScript CommentIssueStatusType enum.

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

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.

Summary ID
Add a TypeScript CommentIssueStatusType enum.
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.
f57deb93fb22af63412c012a4f81c9b29d213a48
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-7.x (83e3a7a)
Loading...