• Jérome Perrin's avatar
    component: fix error_message saved in every line of history · 8a335cca
    Jérome Perrin authored
    Because error_message variable was missing in component_validation_workflow,
    once the validation was refused for an error, every subsequent entry
    in workflow history was carrying the same error message.
    
    Adding the missing variable fix this, but it would cause diff every time
    we modify and re-export a component, so we also take care of not exporting
    it in business template, like we already did for other several variables.
    8a335cca
variable_error_message.xml 1.2 KB