diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-02-23 10:35:13 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-02-23 10:35:13 +0100 |
commit | 1948216202698bac30f7a5675997171d855602ee (patch) | |
tree | 734a773a558263a1a1befc72bdabfe8ff1543207 /server/sonar-web/src/main/js/apps | |
parent | 86727f6690e0de13acbfa82e0ff2ce1b5c143753 (diff) | |
download | sonarqube-1948216202698bac30f7a5675997171d855602ee.tar.gz sonarqube-1948216202698bac30f7a5675997171d855602ee.zip |
fix notifications form on my account page and re-enable tests
Diffstat (limited to 'server/sonar-web/src/main/js/apps')
-rw-r--r-- | server/sonar-web/src/main/js/apps/account/components/Notifications.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/account/components/Notifications.js b/server/sonar-web/src/main/js/apps/account/components/Notifications.js index 67fbbee5f78..5c1e5d020f6 100644 --- a/server/sonar-web/src/main/js/apps/account/components/Notifications.js +++ b/server/sonar-web/src/main/js/apps/account/components/Notifications.js @@ -31,7 +31,7 @@ export default function Notifications ({ globalNotifications, projectNotificatio <p className="big-spacer-bottom"> {translate('notification.dispatcher.information')} </p> - <form id="notif_form" method="post" action="account/update_notifications"> + <form id="notif_form" method="post" action="/account/update_notifications"> <div className="columns columns-overflow-visible"> <div className="column-half"> <GlobalNotifications |