Rescan access node after transfer

This commit is contained in:
Gabriel Tofvesson 2024-10-12 08:10:09 +02:00
parent a938ed6133
commit 40213b6b18

View File

@ -583,6 +583,7 @@ local PAGES = {
state:itemTransaction(function()
group:transferTo(state.node, pageState.request)
end)
state.node:rescan()
state:setPage("MAIN")
return true
end,