This was an aside in #1174880: Warning: First argument is expected to be a valid callback, 'node_export_gui' was given

VBO now has a batch API mode to allow processing of a larger number of nodes. To get Node export to work with that, it's going to have to be redesigned somewhat.

Comments

danielb’s picture

The strategy I have is to treat node exports more like objects and track them in the database to allow them to be built over several requests and retrieved later.

danielb’s picture

Priority: Normal » Major

Setting to major as this is a fundamental change that may be reused on the import side if it goes well, and that would be better do now before a couple of the other issues on here.

danielb’s picture

Status: Active » Closed (won't fix)
mcrittenden’s picture

Issue summary: View changes