Toolbox tools are included on every page

Bug #918587 reported by Sebastian Meyer
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Goobi.Presentation
Fix Released
Medium
Sebastian Meyer

Bug Description

The registry for tools in the toolbox plugin includes all tools as libs (via includeLibs TS). So the tools are included on every page and not only on pages with the toolbox plugin.

As a workaround you can add the following to your TS template:

page.1000 >

Related branches

tags: added: tx-dlf-toolsdfgviewer tx-dlf-toolspdf
Revision history for this message
Sebastian Meyer (sebastian-meyer) wrote :

See dlf/ext_localconf.php:

t3lib_extMgm::addPItoST43($_EXTKEY, 'plugins/toolbox/tools/dfgviewer/class.tx_dlf_toolsDfgviewer.php', '_toolsDfgviewer', 'includeLib', FALSE);

t3lib_extMgm::addPItoST43($_EXTKEY, 'plugins/toolbox/tools/pdf/class.tx_dlf_toolsPdf.php', '_toolsPdf', 'includeLib', FALSE);

The problem is the "includeLib" parameter which adds the following to every page's TS template:

page.1000 = < plugin.tx_dlf_toolsDfgviewer

page.1000 = < plugin.tx_dlf_toolsPdf

Changed in goobi-presentation:
milestone: 1.1 → 1.1.rc1
Changed in goobi-presentation:
status: Confirmed → In Progress
Changed in goobi-presentation:
status: In Progress → Fix Committed
Changed in goobi-presentation:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.