here is my is my simple code . no error nothing in the logs.
var ourFlags = {};
var flag = AP.flag.create({
title: 'Tittle',
body: 'Body',
type: 'success',
close: 'manual',
actions: {‘closeAction’:’Close'}
}, function(identifier) {
ourFlags[identifier] = { id: flagId, flag: flag};
});
AP.events.on('flag.action', function(data) {
var flagData = ourFlags[data.flagIdentifier];
flagData.flag.close();
});
thanks
Thanks for reporting @[deleted]
Confirmed as broken, and we were not aware.
We are working on fixing it. Please track CONFCLOUD-65548
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.