Skip to content
Snippets Groups Projects
Verified Commit 78a33cc1 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix inheritance data retrieval

parent aa388f5f
No related branches found
No related tags found
No related merge requests found
Pipeline #144571 passed
......@@ -25,7 +25,7 @@
<%= f.fields_for 'passwordstate_facet_attributes' do |f| %>
<%= select_f f, :passwordstate_server_id, servers, :first, :last,
{ include_blank: true,
selected: facet&.server_id,
selected: facet&.passwordstate_server_id,
disable_button: _(HostsAndHostgroupsHelper::INHERIT_TEXT),
disable_button_enabled: inherited,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment