Revision 831f20c9dd95661af4fe1c7e448872818980763e
Committed on 23/04/2014 3:20 am by
Bertrand Dunogier <bd@ez.no> [GitHub Diff]
Handled asynchronous publishing
Fixes EZP-22641
Enables asynchronous publishing in ezmultiupload/upload.php
If the uploaded content's publishing workflow is interrupted,
either because of approval, asynchronous publishing, or any
interruption based workflow, there is no node to run node_view_gui on.
If the object has a node, a link to the main node will be used. If it
doesn't, no link will be made.
Existing overrides of node/view/line_thumbnail.tpl must be updated
to override content/view/line_thumnail.tpl instead.