microsoft-search / pnp-modern-search

Home of PnP Modern Search solutions, helping you move from classic to modern SharePoint and beyond
https://microsoft-search.github.io/pnp-modern-search
Other
386 stars 340 forks source link

Intranet in Teams App : template #1822

Closed SPNomad closed 2 years ago

SPNomad commented 2 years ago

Version used 4.5.3.0

Describe the bug When you package a sharepoint intranet site, in a Teams app, the template doesn't work if you activate "Display the image of the map by pointing the cursor"

To Reproduce

  1. Create a SharePoint communication site
  2. Create a page with PnP - Search, PnP Results
  3. Choose data source "SharePoint" > LocalPeopleResults
  4. Select property Department, JobTitle, People, Title, UserName, WorkPhone
  5. Choose template "People3
  6. Activate "Display the image of the map by pointing the cursor"
  7. Build the Teams App with the Microsoft documentation : https://docs.microsoft.com/fr-fr/sharepoint/viva-connections-desktop#step-by-step-guide-to-setting-up-viva-connections-desktop-only
  8. Deploy the app on Teams admin

Expected behavior People template working on sharepoint site from teams app with card hover people

Screenshots bug01 bug02 bug03

Desktop (please complete the following information):

FranckyC commented 2 years ago

Hi @SPNomad, did you:

SPNomad commented 2 years ago

Hi @FranckyC,

wobba commented 2 years ago

I suggest you test in Teams via a browser and look at the network calls to figure out what might be happening (or not happening). Also look at the console if anything stands out.

SPNomad commented 2 years ago

Maybe a cache issue... recreating the page resolves the problem.

Conclusion : updating to 4.5.4 resolving my display issue.

Thanks everybody! Damien