MantisBT: master-1.3.x f160663f

Author Committer Branch Timestamp Parent
cproensa vboctor master-1.3.x 2016-08-14 14:25 master-1.3.x 694873e7
Affected Issues  0020142: performance loading bug view with many attachments
 0021610: Revert to multiple form security tokens per page
Changeset

Revert multiple tokens for attachement delete links

Revert the logic introduced by fix for Issue 0020142, in which one single
form security token is used for all action links.
The side effect is that only one of those actions can be performed from
the specific originating page.
This is especially a drawback when the actions are links that can be open
in new browsers tabs.

Reverting to separate tokens allows to perform all the actions without
having to reload the originating page.

Note, the original performance issue was solved at the session layer
with 8092c3d.

Fixes: 0021610

mod - core/print_api.php Diff File