You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while ago I (and some colleagues) discovered that sometimes when you add / remove Vulns and click "Save" quickly, the page reloads & shows the old data. This is pretty reproducible, so there definitely is a bug somewhere. For a while, I didn't mention anything because the devs were working on bigger issues, but now I thought it would be a good time to bring this one up again.
One workaround I found is: $('form#postClntVulSubmit').removeAttr('action').removeAttr('method').removeAttr('novalidate') - removing the 'action', 'method', and 'novalidate' attributes from the form surrounding the vulnerability checkboxes. I told the devs, they will hopefully let me know later this week if they have a better solution.
The text was updated successfully, but these errors were encountered:
A while ago I (and some colleagues) discovered that sometimes when you add / remove Vulns and click "Save" quickly, the page reloads & shows the old data. This is pretty reproducible, so there definitely is a bug somewhere. For a while, I didn't mention anything because the devs were working on bigger issues, but now I thought it would be a good time to bring this one up again.
One workaround I found is:
$('form#postClntVulSubmit').removeAttr('action').removeAttr('method').removeAttr('novalidate')
- removing the'action'
,'method'
, and'novalidate'
attributes from the form surrounding the vulnerability checkboxes. I told the devs, they will hopefully let me know later this week if they have a better solution.The text was updated successfully, but these errors were encountered: