mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Closes: #2194. In the four cases fixed, if a notification is present with a 'btn-primary' in it, then instead of submitting the intended form, the button on the notification is clicked. This will result in an indefinite wait for the form to perform an action. Fix this by specifying which form exactly we want to submit. Tests: - Run functional tests for config app and updates app. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>