Closed Kiougar closed 2 years ago
FYI, actions.js
has not been removed. But yes – still possible that we've missed this. We'll check asap (if you want to fix it, please use stable/2.15.x for a PR).
FYI, actions.js has not been removed.
Ah my bad, I misread the commits referenced in #980 👍
if you want to fix it, please use stable/2.15.x for a PR
I would like to fix it but I don't even know where to start looking.
I think I found something - I believe this is what causes the issue:
Instead of using the above CSS rule, we need to simply add hidden
to the actions.html
template.
I think your "fix" was not quite working. Please check mine (this works with my setup).
Yes you are right! Your change works 👍
Do we have an ETA for the release?
ETA is the 21st of January.
solved with 3.0.2 and 2.15.5
The problem
Version
v2.15.4
:Version
v2.15.3
:The cause?
I believe this was caused from #980 (specifically the ~removal of~
actions.js
). Grappelli'sactions.js
inv2.15.3
adds an.actions
method to the jquery object where Django's defaultactions.js
adds anActions
function to thewindow
object.edit: minor edits for clarity