Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Uncaught Sortable: el must be HTMLElement, and not [object Null]" JavaScript error on empty Deployment Plan page #15301

Closed
Piedone opened this issue Feb 11, 2024 · 0 comments · Fixed by #15306
Labels
Milestone

Comments

@Piedone
Copy link
Member

Piedone commented Feb 11, 2024

Describe the bug

When visiting a Deployment Plan's admin page that doesn't have any steps, you'll get the "Uncaught Sortable: el must be HTMLElement, and not [object Null]" JavaScript error.

To Reproduce

  1. Create a Deployment Plan.
  2. Manage Steps. Note how there are no steps yet.
  3. See the below error in the browser console.
jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3138 Uncaught Sortable: `el` must be HTMLElement, and not [object Null]
(anonymous) @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3138
setTimeout (async)
jQuery.readyException @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3137
(anonymous) @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3151
mightThrow @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2911
process @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2959
setTimeout (async)
(anonymous) @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2999
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2691
fireWith @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2803
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2810
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2691
fireWith @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2803
process @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2975
setTimeout (async)
(anonymous) @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2999
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2691
fireWith @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2803
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2810
fire @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2691
fireWith @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:2803
ready @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3177
completed @ jquery.js?v=iYM10RZE7Ntlfp2wdKABGffCnB_klIVCaQBgUZr0r38:3186

Expected behavior

No errors in the console.

Screenshots

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants