Skip to content

Conversation

Copy link

Copilot AI commented Nov 24, 2025

The CoE Admin Environment Request App toolbar did not display the View button for pending requests, and both app versions threw type inference errors in edit mode.

Changes

Teams Version (CenterofExcellenceCoreComponentsTeams)

  • Added conditional visibility to View button container: Visible: =!IsBlank(gal_ecrs.Selected)
  • Removed unused var_selectedItem initialization causing type error

Non-Teams Version (CenterofExcellenceCoreComponents)

  • Removed unused var_selectedItem initialization causing type error
  • View button visibility was already correct via ItemEnabled: !IsBlank(dlEnvRequests.Selected)

Root Causes

Missing visibility logic: The View button container rendered unconditionally, preventing proper display when no request was selected.

Dead code: OnChange: =Set(var_selectedItem, Blank()) attempted to set a variable without type initialization. Variable was never referenced elsewhere.

# Before
cbx_view As combobox:
    OnChange: =Set(var_selectedItem, Blank())  # Type error: no prior initialization

# After  
cbx_view As combobox:
    # Removed unused assignment

Users can now select a pending request, see the View button appear, and navigate to approve/reject.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • us-mobile.events.data.microsoft.com
    • Triggering command: /home/REDACTED/.dotnet/tools/pac pac canvas unpack --msapp admin_environmentrequestadminpage_7401b_DocumentUri.msapp --sources admin_environmentrequestadminpage_7401b_DocumentUri_msapp_src (dns block)
    • Triggering command: /home/REDACTED/.dotnet/tools/pac pac canvas pack --msapp admin_environmentrequestadminpage_7401b_DocumentUri.msapp --sources admin_environmentrequestadminpage_7401b_DocumentUri_msapp_src (dns block)
  • westus2-2.in.applicationinsights.azure.com
    • Triggering command: /usr/bin/dotnet dotnet pacTelemetryUpload.dll /home/REDACTED/.local/share/Microsoft/PowerAppsCli/telemetry-cache/pac (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[CoE Starter Kit - BUG] - Unable to approve the Environment Create Request in CoE Admin Environment Request App</issue_title>
<issue_description>### Does this bug already exist in our backlog?

  • I have checked and confirm this is a new bug.

Describe the issue

I have raised a Environment Create Request in COE Maker Command Center App. The request is showing in CoE Admin Environment Request App but there are no buttons showing in the toolbar to approve it.

Expected Behavior

The tool bar in CoE Admin Environment Request App should show the button to view the Environment Create Request and Approve it. There are no buttons showing in the tool bar- screenshot attached. Also when i checked for the page in the design mode, saw 2 errors in code. Screenshots are attached.

If due to some environment variable values this issue is happening please let me know , i will check that.

Image Image Image

What solution are you experiencing the issue with?

Core

What solution version are you using?

CenterofExcellenceCoreComponents_4.50.6

What app or flow are you having the issue with?

CoE Admin Environment Request App

What method are you using to get inventory and telemetry?

None

Steps To Reproduce

  1. Submit a Create Environment Request in COE Maker Command Center App.
  2. Check the request in CoE Admin Environment Request App and see if the buttons are available to approve.

Anything else?

No response</issue_description>

<agent_instructions>Please validate this question and try to get the answer</agent_instructions>

Comments on the Issue (you are @copilot in this section)

Custom agent used: CoE Custom Agent
Specialized agent for triaging and fixing issues in the CoE Starter Kit. Always consult the official CoE docs and the team’s SharePoint notes first, then mine prior GitHub issues and the CoE Common Responses playbook.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Fix missing approval buttons in CoE Admin app Fix missing View button and type error in Environment Request apps Nov 24, 2025
Copilot finished work on behalf of muditagarwal2308 November 24, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CoE Starter Kit - BUG] - Unable to approve the Environment Create Request in CoE Admin Environment Request App

2 participants