Revert nullable return in getFinalizedVersion

Created on 13 May 2025, 21 days ago

Problem/Motivation

when getAsset is called, $version_id is optional and uses an empty string as placeholder. However, with commit 1e16501baa8ebf75224b129a0c8ebc9ff57adde8 -- AssetVersionResolver::getFinalizedVersion now returns a string or null. This is is causing an issue downstream in Asset, where $version_id is being passed a null instead of empty string.

Proposed resolution

Revert the nullable string return in getFinalizedVersion and require returning a string.

πŸ› Bug report
Status

Active

Version

1.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States japerry KVUO

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024