Fixes #8134: reinitialize event listeners when HTMX swaps elements

This commit is contained in:
thatmattlove
2021-12-21 11:11:33 -07:00
parent c66bd2263f
commit d2c14df268
5 changed files with 35 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#8100](https://github.com/netbox-community/netbox/issues/8100) - Add "other" choice for FHRP group protocol
* [#8134](https://github.com/netbox-community/netbox/issues/8134) - Fix issue where HTMX-swapped UI elements needed to be reinitialized
### Bug Fixes