Skip to content
Snippets Groups Projects
  1. May 26, 2015
  2. May 22, 2015
    • Denis Ledoux's avatar
      [FIX] web: default loaded view on direct access/refresh · 291eb111
      Denis Ledoux authored
      When loading an action using a specific url, with
      a view_type different than the default view of the action
      (e.g. Project > Project > Issues has as view order
      kanban, list, calendar, form, graph, and try to load
      this menu action from an url, but by specifying another view_type
      than 'kanban', for instance, 'list'), the default loaded view was
      always the first view, and then a switch was done to go to the view_list.
      
      It caused issues when using a filter needing a field available in the list
      view but not in the kanban view.
      
      It also lead to an issue in the reporting, when trying to load a reporting
      action with a view not being the first one of the action
      (e.g. Reporting > Project > Issues Analysis, switch to the second view
      'Graph', and then refresh -> Error).
      
      This revision makes so the view from the view_type url arg is directly loaded.
      
      opw-640289
      291eb111
    • Denis Ledoux's avatar
      [FIX] web: load sidebar after the loads of view fields · 06effa59
      Denis Ledoux authored
      and the render of the buttons.
      
      The sibar menu can depends on the current view and fields
      states.
      We therefore have to wait for them to be loaded before loading
      the sidebar.
      
      Before this rev., loading a report view (in the reporting menu),
      leaded to a crash, due to this revision: ac925514.
      
      opw-640409
      06effa59
  3. May 21, 2015
  4. May 20, 2015
Loading