Skip to content
  • Julien Fastré's avatar
    add closed tasks · eadaeaef
    Julien Fastré authored
    - the entity has a new column / property "closed" (boolean)
    - An event listener in created during container compilation, which listen on tasks
      status changed
    - The taskworkflow manager and task workflow definition indicate if the tasks is closed ;
    - Add list for closed tasks in controller, and change parameter 'date_status' to 'status';
    - and change query to allow to filter on closed tasks
    eadaeaef