Skip to content

Commit

Permalink
removed private toggle button from survey-edit window
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit645 committed Apr 3, 2020
1 parent 619875f commit 7182397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/settings/surveys/attribute-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
</div>
<!-- end: media upload toggle to make caption an optional field-->
<div class="form-field switch" ng-show="canMakePrivate()">
<!-- <div class="form-field switch" ng-show="canMakePrivate()">
<label translate="survey.make_response_private">Make responses private</label>
<p data-fieldgroup-target="field-private-message-3" class="init active" translate="survey.response_private_desc" ng-show="editAttribute.response_private">
<svg class="iconic">
Expand All @@ -91,7 +91,7 @@
<input class="tgl" id="switchprivateresponse" type="checkbox" ng-model="editAttribute.response_private">
<label class="tgl-btn" for="switchprivateresponse"></label>
</div>
</div>
</div> -->
<div class="form-field switch" ng-if="canDisplay()">
<label translate="app.default_value">Default value (optional):</label>
<div class="form-field">
Expand Down

0 comments on commit 7182397

Please sign in to comment.