mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Add back user custom field plugin outlet that was accidentally removed (#29247)
When converting the user custom fields admin form in #29070, I accidentally removed the plugin outlet after-admin-user-fields. This is used by the discourse-authentication-validations plugin, which is now broken on main core. This commit adds back the plugin outlet in core.
This commit is contained in:
parent
23d90ecb26
commit
34259f8735
@ -133,6 +133,11 @@
|
||||
</group.Field>
|
||||
</form.CheckboxGroup>
|
||||
|
||||
<PluginOutlet
|
||||
@name="after-admin-user-fields"
|
||||
@outletArgs={{hash userField=@userField form=form}}
|
||||
/>
|
||||
|
||||
<form.Actions>
|
||||
<form.Submit
|
||||
class="save"
|
||||
|
Loading…
Reference in New Issue
Block a user