gitlab-org--gitlab-foss/changelogs/unreleased/fix-references-in-group-context.yml
Jan Provaznik 3e831453d6 Fix reference filters in group context
Since !18150 abstract reference filter supports also `group`
as a resource parent (not only `project`). Some reference filters,
which inherit from abstract filter, depend on parent being `project`
when checking a reference.

This patch adds explicit check of parent class to the given filters.
2018-04-12 11:55:15 +02:00

5 lines
98 B
YAML

---
title: Ignore project internal references in group context
merge_request:
author:
type: fixed