-
-
Notifications
You must be signed in to change notification settings - Fork 0
Persist the scope selected when creating Flows and Entries #294
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:P2Important impact with a viable workaround and no immediate critical risk.Important impact with a viable workaround and no immediate critical risk.triage:agentIssue triage was performed by an automated or coding agent.Issue triage was performed by an automated or coding agent.triage:pending-reviewAgent triage is awaiting maintainer review.Agent triage is awaiting maintainer review.
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:P2Important impact with a viable workaround and no immediate critical risk.Important impact with a viable workaround and no immediate critical risk.triage:agentIssue triage was performed by an automated or coding agent.Issue triage was performed by an automated or coding agent.triage:pending-reviewAgent triage is awaiting maintainer review.Agent triage is awaiting maintainer review.
Area
Console
Description
The Flow and Entry create editors render a
ResourceScopeFormFieldbound to a localselectedScope, but the selected value is never included in the create/save operation. The controls therefore present an ownership choice that has no effect.Evidence on current
main:NewFlow.razordeclares and bindsselectedScope, then callsCreateDraftAsyncorCreateFlowAsyncwithout using it.EntryEditor.razordeclares and bindsselectedScope, then callsSaveEntryAsync(EntryResourceNamespace, Draft(), ...)without using it.ScopeRef = selectedScopeto its request.Expected behavior
Creating a Flow or Entry in the Console persists the ownership scope selected by the user, and the resulting resource is visible from exactly that scope according to the resource-scope policy.
Observed behavior
Changing the displayed scope selector does not change the request made by either editor. The server receives no selected scope, so it applies the default/current behavior independently of the user choice.
Reproduction steps
mainwith more than one writable resource scope.Environment
43c209c(currentorigin/mainduring the FR Provide reusable Playwright journeys for UX tests and communication captures #283 / PR feat(testing): add reusable Playwright browser journeys #170 Playwright review).Observed impact
Major
Regression
Unknown
Relevant logs
Attachments
None.
Preliminary checks
Related browser-coverage work: #283, #288, and #291.