Skip to content

Commit

Permalink
fixed ZMSTable.sortable condition (unibe)
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Jun 4, 2021
1 parent d0a39f5 commit 4f85539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/zms/import/com.zms.foundation-4.1.0.metaobj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6212,7 +6212,7 @@ return [int((x*100.0)/sum(weights)) for x in weights]
<item type="dictionary">
<dictionary>
<item key="custom"><![CDATA[<!-- LOADING JS: PUT AT THE END OF MASTER-TEMPLATE -->
<tal:block tal:condition="python:request.get('ZMSTable.sortable',True)"
<tal:block tal:condition="python:request.get('ZMSTable.sortable',False)"
tal:define="metaobj_url python:zmscontext.metaobj_manager.absolute_url()">
<script type="text/javascript" charset="UTF-8"
tal:attributes="src python:'%s/ZMSTable.jquery.tablesorter.min.js'%(metaobj_url)">
Expand Down

0 comments on commit 4f85539

Please sign in to comment.