Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar not updating with latest piped values #6

Open
rmccar opened this issue Nov 15, 2018 · 2 comments
Open

Sidebar not updating with latest piped values #6

rmccar opened this issue Nov 15, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@rmccar
Copy link
Contributor

rmccar commented Nov 15, 2018

Steps to reproduce the behaviour

  1. Create Answer with title "Answer One"
  2. Create Answer in a new section and pipe "Answer One"
  3. Delete "Answer One"
  4. Navigate back to the new section

Expected behaviour

  • Question title piped value is updated with "[Untitled Answer]"
  • Sidebar piped value is updated with "[Untitled Answer]"

Actual behaviour

  • Question title piped value is updated with "[Untitled Answer]"
  • Sidebar piped value is NOT updated with "[Untitled Answer]" and retains the old piped value
  • Hard reload does not resolve this issue
  • Editing the title resolves this issue

image

Additional Info

Currently, the sidebar does not attempt to fetch the latest data for a piped answer, therefore these values end up stale. We need to re-architect how piping values are stored and stop relying on the UI to rebuild pipe values.

@heofs
Copy link
Contributor

heofs commented Nov 28, 2019

Tested this just now, and the issue is still there.

@MattElcock MattElcock added the bug Something isn't working label Dec 18, 2019
@MattElcock
Copy link
Contributor

MattElcock commented Dec 18, 2019

Looks like this bug is known about and will be fixed after we look at rejigging our Piping model; it's been mentioned in our backlog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants