Closed clpetersonucf closed 1 year ago
Digging around, I noticed in the widget-creator the qset id is getting lost. Specifically, the steps between setting
// where the qset.id="258"
setQsetToReload({
data: JSON.parse(qset),
version: version,
})
and
// qset.id="260, which is the latest version "sometimes"
setKeepQSet({
data: qsetToReload.data,
version: qsetToReload.version,
});
Resolved with creator rewrite
The save history feature, and by extension the
qset-history
component and thewidget-creator
component, appear to be inconsistently applying previously saved qsets. I'm noticing two behaviors: