Commit e6bcbbfa9e7e44252aa7bb275f141f57d835ff5b
1 parent
a810ece9
Exists in
master
and in
29 other branches
ActionItem172: removing real organizations names to avoid misunderstandings
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1453 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
script/anhetegua
... | ... | @@ -81,14 +81,14 @@ new_category(cadeias, 'Algodão') |
81 | 81 | new_category(cadeias, 'Tecnologia de Informação') |
82 | 82 | |
83 | 83 | # validators |
84 | -colivre = new_validator(ba, "Colivre", 'colivre', Enterprise) | |
85 | -forum_bahia = new_validator(ba, "Forum Baiano de Economia Solidaraia", 'ecosolbahia') | |
86 | - | |
87 | -caritas = new_validator(df, 'Caritas', 'caritas') | |
88 | -fbes = new_validator(df, 'Forum Brasileiro de Economia Solidaria', 'fbes') | |
89 | - | |
90 | -asl = new_validator(rs, 'Associacao Software Livre.Org', 'asl') | |
91 | -forum_rs = new_validator(rs, 'Forum Gaucho de Economia Solidaria', 'ecosolrs') | |
84 | +#colivre = new_validator(ba, "Colivre", 'colivre', Enterprise) | |
85 | +#forum_bahia = new_validator(ba, "Forum Baiano de Economia Solidaraia", 'ecosolbahia') | |
86 | +# | |
87 | +#caritas = new_validator(df, 'Caritas', 'caritas') | |
88 | +#fbes = new_validator(df, 'Forum Brasileiro de Economia Solidaria', 'fbes') | |
89 | +# | |
90 | +#asl = new_validator(rs, 'Associacao Software Livre.Org', 'asl') | |
91 | +#forum_rs = new_validator(rs, 'Forum Gaucho de Economia Solidaria', 'ecosolrs') | |
92 | 92 | |
93 | 93 | # Role for own things |
94 | 94 | owner_role = Profile::Roles.admin | ... | ... |