Skip to content

Update release blocks to look for correct property name in API response

Nathan Friend requested to merge nfriend-fix-edit_url-property into master

What does this MR do?

Updates the release blocks to look for an edit_url property instead of an edit property in the backend API response. Context: !17858 (comment 235850218).

Since the edit button that appears on each block on the Releases page checks for the existence of this property before being rendered, this was causing the button to never appear. This fix will allow the button to be rendered.

This feature was originally developed in !18411 (merged).

Closes #26016 (closed)

Edited by Nathan Friend

Merge request reports