Feature #38245
openAdd back column_view functionality
Description
Hi,
the column_view Plugin has been deprecated and archived already: https://community.theforeman.org/t/sunsetting-foreman-column-view/33326/1
The problem is, the new one that has been integrated into Foreman doesn't offer the same features, as also noted and seen here by others:
https://community.theforeman.org/t/new-host-detail-page-feedback-foreman-3-0/25281
We also noticed the package being gone and having issues now because of it.
We were using some custom columns as well, like:
:column_view:
:1project:
:title: Project
:after: name
:content: params['foreman_project']
:2cluster:
:title: Cluster
:after: 1project
:content: params['foreman_cluster']
:3role:
:title: Role
:after: 2cluster
:content: params['foreman_role']
:property_view_comment:
:title: Comment
:after: 0
:content: comment
:view: :hosts_properties
:property_view_noop:
:title: Noop
:after: owner
:content: facts_hash['clientnoop']
:view: :hosts_properties
:property_view_noop_reason:
:title: Noop-BegrΓΌndung
:after: property_view_noop
:content: facts_hash['noop_reason']
:view: :hosts_properties
So is there any plan to bring back the same features the plugin offered? Esp. since there seem to be more people using or want to keep using those?
Would it be an option to bring the plugin back for now, until it's fully supported by Foreman?
No data to display