ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
35 stars 8 forks source link

fix: approvals stuck on checking for conflicts #59

Closed ewingjm closed 3 years ago

ewingjm commented 3 years ago

Purpose

Approving a solution merge would sometimes get stuck on the 'checking for conflicts' notification. This would happen if another development solution contained an entity which the development solution being approved did not contain.

Approach

Fixes an issue in the web resource where it was attempting to get subcomponents for an entity that wasn't in the solution.

TODOs