Skip to content

Commit 7bca9e1

Browse files
authored
Merge pull request #27 from gtt-project/fix/is_private_default
Set is_private default value false
2 parents 71b1baa + 9f8f158 commit 7bca9e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/smash_tags_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def build_tags
173173
{
174174
key: "is_private",
175175
label: l(:field_is_private),
176+
value: "false",
176177
type: "boolean",
177178
mandatory: "yes"
178179
}

0 commit comments

Comments
 (0)