Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Remove replaceItems in vuex devices service #16

Open
insanity54 opened this issue Jan 27, 2019 · 0 comments
Open

Remove replaceItems in vuex devices service #16

insanity54 opened this issue Jan 27, 2019 · 0 comments
Assignees
Milestone

Comments

@insanity54
Copy link
Contributor

This one is caused by the following bug

feathersjs-ecosystem/feathers-vuex#189

The bug in Controlpointer's perspective is that when deleting games with associated devices, the feathers service.update in the disassociate-device.js hook is not properly triggering reactivity in the /device/:deviceId page. A workaround is to add replaceItems flag in the Vuex service definition.

controlpointer/src_client/store/index.js there is an @todo flag here on line 27 that is a workaround for the following bug. This issue can be closed by upgrading Vue and removing the replaceItems flag.

@insanity54 insanity54 self-assigned this Jan 27, 2019
@insanity54 insanity54 added this to the Update Vue milestone Jan 27, 2019
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

1 participant