Commit
eb4857443f60888b387a3f4d9e2c76b2f157940d
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
ActionItem514: removing destruction of category
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2225 3f533792-8f58-4932-b0fe-aaf55b0a4547
|
| @@ -19,5 +19,3 @@ cat_to_produtos.each do |cat| |
| @@ -19,5 +19,3 @@ cat_to_produtos.each do |cat| |
|
19
| cat.parent = cat_servicos_diversos |
19
| cat.parent = cat_servicos_diversos |
|
20
| cat.save! |
20
| cat.save! |
|
21
| end |
21
| end |
|
22
| - |
| |
|
23
| -cat_diversos.destroy |
| |