!7 concept Bla { S name; } module QuickReloadTest > DynPrintLog { transient virtual Concepts oldConcepts; start { print(+oldConcepts); db(); pnlStruct(list(Bla)); uniq(Bla, name := "yo"); } Concepts _getReloadData() { ret db_mainConcepts(); } void _setReloadData(virtual Concepts data) { oldConcepts = data; } }