• Eulyeon Ko's avatar
    Use global ids when updating board scope · d1082011
    Eulyeon Ko authored
    The serialized board data used to initialize
    BoardForm contains non-global ids for assignee,
    milestone and iterations.
    (we will be using graphql to fetch the initial data
    in the future).
    
    This commit fixes BoardForm to convert non-global assignee id
    into a global id before requesting an update.
    
    Changelog: fixed
    EE: true
    d1082011
board_form.vue 10.5 KB