Files
sure/app/views/sophtron_items/_mfa_context_fields.html.erb
Juan José Mata c92b984cef [codex] Add Sophtron manual sync fixes (#1714)
* Add manual Sophtron sync flow (#1705)

Branch-to-branch merge.

* Copy edits

* Make Sophtron manual sync institution scoped

* Populate Sophtron manual sync stats

* Restore Sophtron bank credential copy

* Address Sophtron manual sync review feedback

* Scope manual sync processing failure handling

* Hide raw Sophtron processor errors from flash

* Clear Sophtron manual sync pointers on provider errors

* Keep manual Sophtron MFA on manual sync records

* Preserve manual sync processing error details
2026-05-09 21:55:20 +02:00

7 lines
445 B
Plaintext

<%= hidden_field_tag :accountable_type, @accountable_type %>
<%= hidden_field_tag :account_id, @account_id %>
<%= hidden_field_tag :return_to, @return_to %>
<%= hidden_field_tag :manual_sync, @manual_sync_flow if @manual_sync_flow.present? %>
<%= hidden_field_tag :sync_id, @manual_sync_id if @manual_sync_id.present? %>
<%= hidden_field_tag :sophtron_account_id, @manual_sync_sophtron_account_id if @manual_sync_sophtron_account_id.present? %>