Refactor #30913
Tracker #30160: Extract Puppet ENC to a plugin
Extract puppet from Host(group) form and details
Pull request:
Fixed in Releases:
Found in Releases:
Description
Extract all puppet related UI from Host form to a plugin.
JS:- Javascript hadling Environment toggling on Host(group) form ( controller actions: `environment_selected`, `load_vars_for_ajax` )
Subtasks
Associated revisions
History
#1
Updated by Ondřej Ezr over 1 year ago
- Description updated (diff)
#2
Updated by Ondřej Ezr over 1 year ago
- Subject changed from Extract puppet class parameters tab from Host form to Extract Host form puppet provisioning attributes
#3
Updated by Ondřej Ezr over 1 year ago
- Subject changed from Extract Host form puppet provisioning attributes to Extract puppet from Host(group) form and details
#4
Updated by The Foreman Bot 11 months ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8510 added
#5
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#6
Updated by Ondřej Ezr 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|fe5c585bd98cb8612d7d401c96b0ed1dd7d5f63d.
Fixes #30913 - drop environment field from Host(group) form
Drops the environment field and all js attached to it.
Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/64.