I have discovered a bug, in that when trying to edit the article settings, I am getting:
TypeError: this.$(...).one(...).modal is not a function
at e.n.animateShow (forum.js?v=414c24be:1)
at e.n.oncreate (forum.js?v=414c24be:1)
at Function.a (forum.js?v=414c24be:22)
at forum.js?v=414c24be:22
at Function.a [as sync] (forum.js?v=414c24be:22)
at t.e.show (forum.js?v=414c24be:1)
at HTMLButtonElement.onclick (forum.js?v=414c24be:467)
at $.handleEvent (forum.js?v=414c24be:22)
To replicate:
- Create a new blog post.
- Navigate to the blog post and select Manage > Article settings.
- There is no modal, and the console contains the above error.
I will continue to dig to see if there are any conflicts! 🙂