microsoft / Viva-Connections-Extensibility-Beta

38 stars 6 forks source link

ACEs are not showing up in Dashboard page toolbox #8

Closed johnguy0 closed 3 years ago

johnguy0 commented 3 years ago

Expected or Desired Behavior

I can add my ACE to a Dashboard page.

Observed Behavior

The ACE shows up in the hosted Workbench, but does not show up in the Dashboard page toolbox.

Thanks to @juliemturner and @pkbullock for reporting. We are actively looking into it.

johnguy0 commented 3 years ago

We've identified the issue and are committing a code fix.

In the meantime, you can workaround this by adding this to the ACE manifest:

"experimentalData": {
  "ACE": true
}
johnguy0 commented 3 years ago

This issue should be resolved.