OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
681 stars 95 forks source link

Outlook Add-in (All Addins) automatically enabled pinning functionality #5054

Open rohanbharadwaj1994 opened 19 hours ago

rohanbharadwaj1994 commented 19 hours ago

Provide required information needed to triage your issue

It appears that all store add-ins, including ours, now have the pinning functionality enabled by default. Despite not specifying the SupportsPinning property in our manifest, the pinning feature is active for our add-in which we don't want.

Your Environment

Expected behavior

The pinning functionality should only be enabled for add-ins where SupportsPinning is explicitly defined in the manifest.

Current behavior

Currently, Pinning feature is enabled by default for all store add-ins, including ours, despite the absence of this property in our manifest file

Steps to reproduce

  1. Login to Outlook.com
  2. Open any add-in
  3. You will see pinning icon which is coming by default even if SupportsPinning is not explicitly defined in manifest

Link to live example(s)

Screenshot 2024-11-07 at 12 10 24 PM
mmanjaree-msft commented 13 hours ago

Is your addin a multiselect addin?

rohanbharadwaj1994 commented 9 hours ago

@mmanjaree-msft No, our add-in doesnt support multiselect yet. We haven't done any changes in the manifest as well regarding pinning or multiselect. This is happening for all add-ins it seems including ours