Project

General

Profile

« Previous | Next » 

Revision d03e0ba7

Added by Dmitri Dolguikh about 10 years ago

refs #4851: replaced deprecated SmartProxy feature scope with SmartProxy.with_features scope

View differences:

app/views/realms/_form.html.erb
<%= select_f f, :realm_type, Realm::TYPES, :to_s, :to_s, { },
{:label => _("Realm type"), :help_inline => _("Type of realm, e.g. FreeIPA")}
%>
<%= select_f f, :realm_proxy_id, SmartProxy.realm_proxies, :id, :name,
<%= select_f f, :realm_proxy_id, SmartProxy.with_features("Realm"), :id, :name,
{ }, {:label => _("Realm proxy"), :help_inline => _("Realm proxy to use within this realm")}
%>
</div>

Also available in: Unified diff