From 811f3390c427423b72c634895cc08979205f75d1 Mon Sep 17 00:00:00 2001 From: James Wong Date: Mon, 19 Feb 2018 16:07:41 -0500 Subject: [PATCH] ConfigurationScriptSource to have last_updated_on column https://bugzilla.redhat.com/show_bug.cgi?id=1536144 --- app/models/manager_refresh/inventory/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/manager_refresh/inventory/core.rb b/app/models/manager_refresh/inventory/core.rb index 932a5826c8c..6d430eea0fa 100644 --- a/app/models/manager_refresh/inventory/core.rb +++ b/app/models/manager_refresh/inventory/core.rb @@ -28,7 +28,7 @@ def has_configuration_script_sources(options = {}) :manager_ref => [:manager_ref], :inventory_object_attributes => %i( name description scm_type scm_url scm_branch scm_clean scm_delete_on_update - scm_update_on_launch authentication status + scm_update_on_launch authentication status last_updated_on ), }.merge(options)) end