microsoft / microsoft/PowerPlatformConnectors

When bundling custom connector image with solution, the image is replaced with the default one

Open
#597 2 comments 1 reaction 1 assignee View on GitHub

@natalie-pienkowska is already working on this.

Since Jul 29, 2021.

Dominant language
C#
Stars
1.3k
Forks
1.5k
Avg merge
5d 15h
Merged PRs (30d)
11

Description

When the iconblob is set to a valid PNG file, the default custom connector icon is still used.

The image is bundled in the solution ZIP file and customizations.xml contain the XML below which has correct paths as well:

<?xml version="1.0" encoding="utf-8"?>
<Connector xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <connectorid>59918c08-cc28-44b4-bf4f-edb5365517fd</connectorid>
  <description></description>
  <displayname>TALXIS_Connectors_XXXX</displayname>
  <iconbrandcolor>#007ee5</iconbrandcolor>
  <name>talxis_connectorsxxxx</name>
  <connectortype>1</connectortype>
  <openapidefinition>/Connector/talxis_xxxx_openapidefinition.json</openapidefinition>
  <connectionparameters>/Connector/talxis_xxxx_connectionparameters.json</connectionparameters>
  <policytemplateinstances>/Connector/talxis_xxxx_policytemplateinstances.json</policytemplateinstances>
  <iconblob>/Connector/talxis_xxxx_iconblob.png</iconblob>
</Connector>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.