]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3461 Fix project dashboard creation
authorDavid Gageot <david@gageot.net>
Thu, 10 May 2012 14:01:24 +0000 (16:01 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 10 May 2012 14:01:24 +0000 (16:01 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboards/_create.html.erb

index 034f8190c26de612ac71aecb00a982b67e2a418b..63661de833300232cba3bc2ef3e97dad069fa4a9 100644 (file)
@@ -28,7 +28,7 @@
     </tbody>
   </table>
 
-  <input type="hidden" name="global" value="<%= @global %>" />
+  <input type="hidden" name="global" value="<%= @global if @global %>" />
 </form>
 
 <script>