Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

board: when adding a new card, the card does not vanish from new cards view #1066

Closed
teosarca opened this issue Jul 22, 2017 · 1 comment
Closed

Comments

@teosarca
Copy link
Member

teosarca commented Jul 22, 2017

Type of issue

Bug

Steps to reproduce

=> card added to lane => OK
=> card didn't vanish from "newCardsView" => NOK
That's happening because the the websocket invalidation event for that view was not handled.

IMPORTANT: Also please make sure you subscribe to view's websocket endpoint when the "Add new" is displayed and you unsubscribe from websocket endpoint when the view is no longer displayed.

Btw, the websocket endpoint is "/view/{viewId}"... but it shall be somewhere in the frontend code.

Required for metasfresh/metasfresh-webui-api-legacy#511.

@teosarca teosarca added this to the Backlog milestone Jul 22, 2017
@metas-mk metas-mk modified the milestones: 2017-30, Backlog Jul 23, 2017
@wiadev wiadev assigned wiadev and unassigned wiadev Jul 23, 2017
@wiadev wiadev modified the milestones: Backlog, 2017-30 Jul 28, 2017
@wiadev wiadev self-assigned this Jul 31, 2017
metas-ts added a commit that referenced this issue Aug 8, 2017
#1066 Fix board's sidebar list didn't get updated after dragging card
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Aug 8, 2017
[#1117](metasfresh/metasfresh-webui-frontend-legacy#1117) Cut-Off Header Names in Subtabs
[#1066](metasfresh/metasfresh-webui-frontend-legacy#1066) board: when adding a new card, the card does not vanish from new cards view
@metas-lc metas-lc self-assigned this Aug 17, 2017
@metas-lc
Copy link

IT
open board, drag card => card vanished from "newCardsView" OK

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants