tprouvot / Salesforce-Inspector-reloaded

Chrome extension to add a metadata layout on top of the standard Salesforce UI to improve the productivity and joy of Salesforce configuration, development, and integration.
https://chrome.google.com/webstore/detail/salesforce-inspector-relo/hpijlohoihegkfehhibggnkbjhoemldh
MIT License
179 stars 57 forks source link

[data-export] DurableID of FlowDefinitionView is not clickable anymore #441

Open Kos-M opened 3 months ago

Kos-M commented 3 months ago

Make sure to read the troubleshooting section before creating an issue

Describe the bug In Data Export when im quering flowDefinitionView and selecting DurableID field , there is non options window on click , to view it in salesforce or copy the id.

To Reproduce Steps to reproduce the behavior:

  1. Open Data Export
  2. Make the followinf query : Select id, DurableId from FlowDefinitionView
  3. Click on any of DurableID listed
  4. None of them can create a popup with options : View in Salesforce etc..

Expected behavior Options popup should be open.

Screenshots Apparently a network request is failling with 400 code image

Desktop (please complete the following information):

Additional context In same org in firefox with v1.210 is working as expected. image

tprouvot commented 1 month ago

Hi @Kos-M , Sorry for the delay, I can reproduce the error and I'll try to take a look at this one

Kos-M commented 1 month ago

Hi @tprouvot , no worries , thanks for your efforts :)