Skip to content

Commit e95feb7

Browse files
author
Adam Collins
committed
new species lists are private by default
1 parent e7ff2d7 commit e95feb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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 = false;
50+
$scope.makePrivate = true; // new lists are private by default
5151
$scope.newListType = $scope.listTypes[0]
5252

5353
$scope.selectedQ = {
@@ -227,4 +227,4 @@
227227

228228

229229
}])
230-
}(angular));
230+
}(angular));

0 commit comments

Comments
 (0)