Skip to content

Commit

Permalink
JS function preventDefaultClickTransition was renamed to `preventDe…
Browse files Browse the repository at this point in the history
…faultClickTransition` in `imio.actionspanel>=1.62`.

See #PM-3955
  • Loading branch information
gbastien committed Dec 20, 2022
1 parent 4151905 commit 7a38afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -9,6 +9,9 @@ Changelog
as first parameter and trigger the click event when checkboxes checked or unchecked.
This changes nothing here but makes this function more useable in other contexts.
[gbastien]
- JS function `preventDefaultClickTransition` was renamed to
`preventDefaultClickTransition` in `imio.actionspanel>=1.62`.
[gbastien]

2.18 (2022-06-14)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion src/collective/eeafaceted/z3ctable/columns.py
Expand Up @@ -782,7 +782,7 @@ class ActionsColumn(BrowserViewCallColumn):
"""

header_js = '<script type="text/javascript">jQuery(document).ready(initializeOverlays);' \
'jQuery(document).ready(preventDefaultClickTransition);</script>'
'jQuery(document).ready(preventDefaultClick);</script>'
view_name = 'actions_panel'
params = {'showHistory': True, 'showActions': True}
# not necessary to escape, everything is generated
Expand Down

0 comments on commit 7a38afb

Please sign in to comment.