•  
      request #9373 Kanban realtime desync with column never loaded
    Infos
    #9373
    Joris MASSON (jmasson)
    2016-10-21 16:30
    2016-08-04 14:37
    9649
    Details
    Kanban realtime desync with column never loaded

    Given two users using a kanban with realtime and given user Alice had never opened (and therefore never loaded) column 'Review'

    when user Bob moves a card from 'Review' to any other column

    then Alice will see the card appear in the new column BUT the card count at the top of 'Review' will be wrong (not decremented).

    Technical information

    This only happens in this direction: if you move a card from an open column to a closed one, it will work.

    This happens because on Alice's side, the card has never been loaded, so we do a GET request to retrieve it, but its "in_column" attribute will already be the new column. That means that the kanban cannot know where the card comes from and cannot update the source column.

    Agile Dashboard
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2016-10-21
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Joris MASSON (jmasson)2016-08-04 16:20
    • Original Submission
      Something went wrong, the follow up content couldn't be loaded
      Only formatting have been changed, you should switch to markup to see the changes