Answered

Frame widget's metadata doesn't presist

  • 19 June 2020
  • 4 replies
  • 1369 views

I have programetically created a Frame widget with metadata
```
[appId]: {

  type: ‘type’,

  id: ‘AAAA’,

  latestVersion,

  majorVersion,

  minorVersion,

  statusVersion,

},
```
The metadata exists when the frame is created, but after I back to the board listing page and go back to the board, all the metadata in the frame are gone.

The metadata are presist in Text widgets and Image widgets, but Frame widgets has this weird behaviour.

 

Regards, 

K

icon

Best answer by Kingsley Chan 24 July 2020, 04:25

View original

4 replies

Userlevel 4
Badge +1

Hey K., 

this is a bug, we’ll be looking into it and letting you know as it is resolved 

Hi,

 

Is there an ETA on when you expect the fix for this will be done? I am writing a plugin and this breaks the entire plugin idea :sad-panda:

 

Thanks,

Craig

Hi Boris, 

 

Just tested on the frame’s metadata today, and it seems presist now, thanks.

 

K

Thanks, I'll give it a try

Reply