• Romain Courteaud's avatar
    [erp5_core] Reactivate Change State of Multiple Documents action · 8cf6c1d8
    Romain Courteaud authored
    Speed up all calculations.
    
    Do not access the document to modify. Using their UID is enough.
    Rely on the listbox which send the list of UIDs when submitting the dialog.
    
    Calculate the list of possible transition by inspecting the portal_workflow configuration.
    
    Do not revalidate the form box twice.
    
    [erp5_core] Use _your validator prefix
    8cf6c1d8
testMassWorkflowTransition.zpt 11.4 KB