Description of problem: Version-Release number of selected component (if applicable): How reproducible: 5.9.2.4.20180501195858_35dc609 Steps to Reproduce: 1. Automation - Automate - Generic Object. 2. Create a generic object class . 3. save generic class . I use rails console to create generic object instance and then to associate it a service. Commands : $go_def = GenericObjectDefinition.where(:name => “your_go_def_name).first $go = GenericObject.create(:name => “GO Service", :generic_object_definition_id => go_def.id) $service = Service.where(:name => “your_service_name”).first $go.service_name = [service] $go.save $service.add_resource(go) $service.save! It will be nice if this can be done from UI . Actual results: Expected results: Additional info:
Generic Object should be created from Automation..
It's interesting to see minor updates like this, though it’s unfortunate that Locked Bug 1577395 was closed without a fix. This highlights the need for effective UI solutions in projects like Red Hat CloudForms. Speaking of engaging UI, have you guys tried the Sprunki game? It's a fun way to explore creativity and user interface design principles. Maybe we can draw inspiration from such interactive experiences! https://sprunkii.io