From 93034cbafd592071bb684c331744eab63f7286e0 Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Tue, 16 Dec 2014 17:35:18 -0200 Subject: [PATCH] Fix software info edition on add and remove databases --- controllers/mpog_software_plugin_myprofile_controller.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/controllers/mpog_software_plugin_myprofile_controller.rb b/controllers/mpog_software_plugin_myprofile_controller.rb index ca34201..4ea9598 100644 --- a/controllers/mpog_software_plugin_myprofile_controller.rb +++ b/controllers/mpog_software_plugin_myprofile_controller.rb @@ -44,6 +44,7 @@ class MpogSoftwarePluginMyprofileController < MyProfileController @software_info = constroy_software software_info_insert_models.call(@list_libraries, 'libraries') software_info_insert_models.call(@list_languages, 'software_languages') + software_info_insert_models.call(@list_databases, 'software_databases') software_info_insert_models.call(@list_operating_systems, 'operating_systems') begin -- libgit2 0.21.2