Skip to content

Initial status of Template/ISO is empty ("") upon creation #11125

@Yuliia7-1

Description

@Yuliia7-1

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

  1. Register a new Template or ISO via API.
  2. Immediately inspect its status field.
  3. Observe that status = "" for a short time.
  4. 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions