-
Notifications
You must be signed in to change notification settings - Fork 350
Closed
Labels
(t) BugBug reports (actual behavior is different than the expected behavior).Bug reports (actual behavior is different than the expected behavior).(u) OpenAPI + API refIssues specific to OpenAPI support and the API reference page.Issues specific to OpenAPI support and the API reference page.P2Medium- and low-priority issues.Medium- and low-priority issues.
Description
Bug description
The release date column of an API Change Log entry shows the updatedDateTime instead of the createdDateTime.
Reproduction steps
- Creating an API and add a few releases over multiple days
- Update an existing release log entry of an older date e.g. via Azure Resource Explorer
- 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.


Line of code which takes the updatedDateTime instead of createdDateTime:
api-management-developer-portal/src/components/apis/history-of-api/ko/runtime/api-history.html
Line 28 in e2f535b
| <div class="col-3" data-bind="text: hist.properties.updatedDateTime"></div> |
Metadata
Metadata
Assignees
Labels
(t) BugBug reports (actual behavior is different than the expected behavior).Bug reports (actual behavior is different than the expected behavior).(u) OpenAPI + API refIssues specific to OpenAPI support and the API reference page.Issues specific to OpenAPI support and the API reference page.P2Medium- and low-priority issues.Medium- and low-priority issues.