Skip to content

Release date column of API changelog shows updatedDateTime instead of createdDateTime #1812

@dldldlepl

Description

@dldldlepl

Bug description

The release date column of an API Change Log entry shows the updatedDateTime instead of the createdDateTime.

Reproduction steps

  1. Creating an API and add a few releases over multiple days
  2. Update an existing release log entry of an older date e.g. via Azure Resource Explorer
  3. See that the developer portal change logs of the API show now the current date instead of the original time of the release.

Expected behavior

As the column is named Release Date I would expect that the original date is kept here, because only the Notes of the release have been changed, not the content of the release.

We want to be able to update the release notes afterwards via ARM-Template, after an initial creation of a release entry, because:

  • Maybe there was a typo/misspelled word in the release note, which needs to be corrected
  • There was something forgotten in the release note

Is your portal managed or self-hosted?

Managed

Additional context

Add any other context about the problem here, including screenshots.
image
image

Line of code which takes the updatedDateTime instead of createdDateTime:

<div class="col-3" data-bind="text: hist.properties.updatedDateTime"></div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    (t) BugBug reports (actual behavior is different than the expected behavior).(u) OpenAPI + API refIssues specific to OpenAPI support and the API reference page.P2Medium- and low-priority issues.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions