Skip to content

Resolve "Project#to_reference does not produce a valid reference"

What does this MR do?

This adds a new method: Referable#to_reference_base to be used when references have child references with different formats from their own full format.

This is important for objects such as projects where their reference format is not marked by a prefix but by a post-fix.

This ensures that for all Referable objects, referable.to_reference produces a valid reference that can be parsed by the appropriate reference filter.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Closes #198116 (closed)

Edited by Alex Kalderimis

Merge request reports