Преглед изворни кода

fix(share): fixed checkboxes in share modal, fixes #4301

Torkel Ödegaard пре 9 година
родитељ
комит
de41536046
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      public/app/features/dashboard/partials/shareModal.html

+ 2 - 2
public/app/features/dashboard/partials/shareModal.html

@@ -54,11 +54,11 @@
 	<div class="gf-form-group position-center">
 	<div class="gf-form-group position-center">
 		<div class="gf-form">
 		<div class="gf-form">
 			<span class="gf-form-label width-5">Include</span>
 			<span class="gf-form-label width-5">Include</span>
-			<editor-checkbox text="Current time range" model="options.forCurrent" change="updated()"></editor-checkbox>
+			<editor-checkbox text="Current time range" model="options.forCurrent" change="buildUrl()"></editor-checkbox>
 		</div>
 		</div>
 		<div class="gf-form">
 		<div class="gf-form">
 			<span class="gf-form-label width-5">Include</span>
 			<span class="gf-form-label width-5">Include</span>
-			<editor-checkbox text="Template variables" model="options.includeTemplateVars" change="updated()"></editor-checkbox>
+			<editor-checkbox text="Template variables" model="options.includeTemplateVars" change="buildUrl()"></editor-checkbox>
 		</div>
 		</div>
 		<div class="gf-form">
 		<div class="gf-form">
 			<span class="gf-form-label width-5">Theme</span>
 			<span class="gf-form-label width-5">Theme</span>