Skip to content
  • Tomas Bulva's avatar
    Removed useCustomErrorHandler and callback options · 76aac81b
    Tomas Bulva authored
    Update the Api.groupProjects call in project_select.js#L56-68
    to add a catch that calls createFlash({ message:
    __('Something went wrong while fetching projects') });
    when there's an error. This should be the last entity
    of Api.groupProjects calls that uses a callback, so
    we can remove the useCustomErrorHandler and callback
    options from Api.groupProjects
    
    Changelog: changed
    76aac81b