Skip to content

Commit 701b1e9

Browse files
author
Adam Collins
committed
remove private species list option
1 parent 983cd8d commit 701b1e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

grails-app/assets/javascripts/spApp/controller/createSpeciesListCtrl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
$scope.newListName = $i18n(375, "My species list");
4848
$scope.newListDescription = '';
4949
$scope.newItems = '';
50-
$scope.makePrivate = true; // new lists are private by default
50+
$scope.makePrivate = false; // new lists cannot be private by default
5151
$scope.newListType = $scope.listTypes[0]
5252

5353
$scope.selectedQ = {

grails-app/assets/javascripts/spApp/templates/createSpeciesListContent.tpl.htm

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3 i18n="280" class="panel-title">Species list</h3>
8282
<span i18n="65" style="width:150px;display:inline-block">List Name:</span><input type="text" ng-model="newListName" name="newListName" style="width: 60%"/><br>
8383
<span i18n="66" style="width:150px;display:inline-block">List Description:</span><input type="text" ng-model="newListDescription" value=""/><br>
8484
<span i18n="492" style="width:150px;display:inline-block">List Type:</span><select ng-model="newListType" ng-options="item.label for item in listTypes"/><br>
85-
<span i18n="67" style="width:150px;display:inline-block">Make Private:</span><input type="checkbox" ng-model="makePrivate" value="false"/><br>
85+
<!-- <span i18n="67" style="width:150px;display:inline-block">Make Private:</span><input type="checkbox" ng-model="makePrivate" value="false"/><br>-->
8686
</div>
8787
</div>
8888

@@ -92,4 +92,4 @@ <h3 i18n="280" class="panel-title">Species list</h3>
9292
ng-disabled="matchedGuids().length == 0">
9393
Next &gt;
9494
</button>
95-
</div>
95+
</div>

0 commit comments

Comments
 (0)