problem
When creating a new Template or ISO, the initial status is set to an empty string (""), which causes confusion for both the UI and any automation relying on status tracking.
Later, the status is updated correctly (e.g., to InProgress, Failed, etc.), but during the initial creation moment, it is "".
versions
The ACS version is 4.19.1.1
The steps to reproduce the bug
- Register a new Template or ISO via API.
- Immediately inspect its status field.
- Observe that
status = "" for a short time.
- Later, it changes to another valid state.
What to do about it?
Set a meaningful initial status value (e.g., Pending or Initializing) during creation to avoid having an empty string at any point.
problem
When creating a new Template or ISO, the initial status is set to an empty string (""), which causes confusion for both the UI and any automation relying on status tracking.
Later, the status is updated correctly (e.g., to InProgress, Failed, etc.), but during the initial creation moment, it is "".
versions
The ACS version is 4.19.1.1
The steps to reproduce the bug
status = ""for a short time.What to do about it?
Set a meaningful initial status value (e.g.,
PendingorInitializing) during creation to avoid having an empty string at any point.