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
If you are on a page, and encounter an error on the form, and then go off and try and render another form, the error message persists and sometimes indefinitely or until the session is cleared.
To Reproduce
Steps to reproduce the behavior:
Goto a page that has form validation
Edit the form and create an error
Do on correct the error, but goto another page where a form is being rendered like CDEF Edit for example.
See error
Expected behavior
Cacti should not persist this session variable for longer than it has to. It should present the right error messages for each page you are visiting.
The text was updated successfully, but these errors were encountered:
netniV
changed the title
Form error message not cleared before rendering forms leading to false error messages
Error messages are not always cleared, resulting in duplicated messages.
Apr 3, 2022
Describe the bug
If you are on a page, and encounter an error on the form, and then go off and try and render another form, the error message persists and sometimes indefinitely or until the session is cleared.
To Reproduce
Steps to reproduce the behavior:
Goto a page that has form validation
Edit the form and create an error
Do on correct the error, but goto another page where a form is being rendered like CDEF Edit for example.
See error
Expected behavior
Cacti should not persist this session variable for longer than it has to. It should present the right error messages for each page you are visiting.
The text was updated successfully, but these errors were encountered: