microsoft / microsoft/PowerPlatformConnectors
When bundling custom connector image with solution, the image is replaced with the default one
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.