diff --git a/.changeset/breezy-emus-repair.md b/.changeset/breezy-emus-repair.md new file mode 100644 index 0000000000..5563d915ef --- /dev/null +++ b/.changeset/breezy-emus-repair.md @@ -0,0 +1,6 @@ +--- +'@directus/app': patch +--- + +Fixed issue that caused interface options within conditions to operate against a different field context, making some +options unavailable diff --git a/app/src/interfaces/_system/system-interface-options/system-interface-options.vue b/app/src/interfaces/_system/system-interface-options/system-interface-options.vue index fe54835b0a..51d164f481 100644 --- a/app/src/interfaces/_system/system-interface-options/system-interface-options.vue +++ b/app/src/interfaces/_system/system-interface-options/system-interface-options.vue @@ -29,6 +29,7 @@