mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
Can set producer_profile_only using welcome page
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
angular.module("admin.welcome")
|
||||
.controller "welcomeCtrl", ($scope) ->
|
||||
$scope.sells = "unspecified"
|
||||
$scope.producer_profile_only = true
|
||||
$scope.submitted = false
|
||||
|
||||
$scope.valid = (form) ->
|
||||
|
||||
Reference in New Issue
Block a user