Se rendre au contenu
Menu
Cette question a été signalée
2883 Vues

The flow:

 main>main_wizard1>wizard1_wizard2 ,after wizard2 button is clicked main form should be refreshed.

This is my main model:

hospital.billing

The wizard model:patient.request_kit

when the button clicked:

The wizard context:

 active_model: hospital.billing

active_id:hospital_billing_active_id

active_ids:[hospital_billing_active_id]

when patient_request_kit model button clicked :

wizard_model2:patient.validation.request_kit

active_model: patient.request_kit

active_id:patient.request_kit_active_id

active_ids:[patient.request_kit_active_id]

What I want to achieve is ,how to refresh the value of the main model in the 2nd wizard pop up.

Only the first wizard refreshes the form because  the 2nd wizard is referring to patient.request_kit model not the hospital.billing model

Avatar
Ignorer