LogicAppsUX
LogicAppsUX copied to clipboard
When clicking on "Edit" from the Consumption Logic App Run History, the view is Read-Only
Severity
P4 - Low (Cosmetic/minor inconvenience)
Describe the Bug with repro steps
Expected Behavior: Clicking on "{ } Edit' from a run history view in a Consumption Logic App should take the user to a view in Editable mode
Actual Behavior: After clicking "{ } Edit", the designer is read-only
Steps to Reproduce:
- Create a Logic App Consumption with a simple HTTP trigger
- Run it
- Open the run from the Run History
- Still in the Run History mode, click on "{ } Edit" on the top navigation bar
- The view is read-only
Note: This same steps in Standard Logic App works fine
What type of Logic App Is this happening in?
Consumption (Portal)
Are you experiencing a regression?
No response
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"contentVersion": "1.0.0.0",
"triggers": {
"When_an_HTTP_request_is_received": {
"type": "Request",
"kind": "Http"
}
},
"actions": {},
"outputs": {},
"parameters": {
"$connections": {
"type": "Object",
"defaultValue": {}
}
}
},
"parameters": {
"$connections": {
"type": "Object",
"value": {}
}
}
}
Screenshots or Videos
Click on Edit from the Run History
Trigger/Action cards are Read-Only
Behavior in Standard:
Environment
- Browser: Edge
Additional context
No response