Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting MoreInfo section in spam addin manifest results to a missing success message. #4521

Open
3 tasks
glr0221 opened this issue May 29, 2024 · 4 comments
Open
3 tasks
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown

Comments

@glr0221
Copy link

glr0221 commented May 29, 2024

Removing the MoreInfo section of the spam addin manifest results to the 'description' not showing.

Expected Behavior

Regardless of the presence of the MoreInfo section in the spam addin manifest, the description should be shown in the success prompt.

Current Behavior

If the MoreInfo section is removed in the spam addin manifest, the description is not shown in the success message.

Steps to Reproduce, or Live Example

  • Link to live example: ______
  1. Visit the contoso sample repository in : https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/outlook-spam-reporting
  2. Download the file manifest.xml.
  3. Remove the MoreInfo section of the manifest as shown below :
     <MoreInfo>
        <!-- Starting in Outlook on Windows Version 2404 (Build 17526.15020), the URL specified in
             the MoreInfoUrl element is added after the "For more info go to:" line in the preprocessing
             dialog. In earlier supported versions, the aforementioned line doesn't appear in the dialog. -->
        <MoreInfoText resid="MoreInfo.Label"/>
        <MoreInfoUrl resid="MoreInfo.Url"/>
      </MoreInfo>
  1. Sideload the manifest in one of your M365 accounts.
  2. Select an email and then report the email with the sample addin.
  3. The success dialog will show but the description message is not shown. Please see image below :
MissingDescription
  • Additional details:
    None

Context

This is currently a show stopper for us.

Your Environment

  • Platform [PC desktop, Mac, iOS, Office Online]: PC desktop And Browser Outlook
  • Host [Excel, Word, PowerPoint, etc.]: New Look Outlook
  • Office version number: ______
  • Operating System: ______
  • Browser (if using Office Online): Chrome

Useful logs

  • Console errors
  • Screenshots
  • Test file (if only happens on a particular file)
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label May 29, 2024
@exextoc exextoc added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: Outlook Issue related to Outlook add-ins and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels May 29, 2024
@exextoc exextoc self-assigned this May 29, 2024
@anjalitp
Copy link
Collaborator

@glr0221 We have reproduced this issue within Outlook Web and it has been indicated that the issue also exists on Outlook Desktop. Could you please clarify if you are referring to the 'New Outlook' experience on Windows?

@anjalitp anjalitp added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels May 30, 2024
@glr0221
Copy link
Author

glr0221 commented May 31, 2024

@anjalitp Sorry for the confusion. The bug happens on New Look Outlook and Browser-based (OWA) Outlook. Legacy/Classic outlook is working fine.

@microsoft-github-policy-service microsoft-github-policy-service bot added Needs: attention 👋 Waiting on Microsoft to provide feedback and removed Needs: author feedback Waiting for author (creator) of Issue to provide more info labels May 31, 2024
@anjalitp anjalitp added Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels May 31, 2024
@anjalitp
Copy link
Collaborator

anjalitp commented May 31, 2024

@glr0221 Thanks for confirming. We have created a backlog item for the issue reported. Unfortunately, we don't have a timeline to share at this point.

@glr0221
Copy link
Author

glr0221 commented May 31, 2024

@anjalitp it is sad to hear that you don't have a timeline yet. This is really a big deal for us since we don't use the MoreInfo section. Some, if not most of our users, do not want to see a link in the dialogs. I hope you can get us feedback if this gets a schedule in the future. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown
Projects
None yet
Development

No branches or pull requests

3 participants