#2288 Renaming UNINITIALIZED token state to FORMATTED
Closed: Fixed Opened by edewata.

When the support of token reuse is added later in ticket #2287, there will be a new UNFORMATTED -> UNINITIALIZED transition for reformatting an existing token. It will be more intuitive to call the UNINITIALIZED state FORMATTED instead.

In the code the constant name can be replaced directly without issue. In the UI the state label can be modified to say "Formatted (uninitialized)" to help people that are familiar with the old TPS. In the database, assuming there is no migration required, the value can be replaced directly in the code. If a migration is required, the value can either be kept unchanged, or a migration script can be written to replace the value.


Fixed in master:

  • 1b8f5230d01499d97b874d4912c5c1a13e389c5f

Additional change:

  • 15d36b324c995078ea09327aded244e9afeaa618

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.3.1

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/2408

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata