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

Bug on Topic create form #801

Closed
workshur opened this issue Aug 18, 2021 · 0 comments · Fixed by #802
Closed

Bug on Topic create form #801

workshur opened this issue Aug 18, 2021 · 0 comments · Fixed by #802
Assignees
Labels
scope/frontend type/bug Something isn't working
Milestone

Comments

@workshur
Copy link
Member

workshur commented Aug 18, 2021

Describe the bug
We need to fix loader on Topic page. After success topic creation the first time, we won't wait for creation any more, because state is loaded, and we will try to get entity immediately after pressing the button, and we will receive null
going to object page on the second creation.

Steps to Reproduce

  1. Create topic 1
  2. Create topic 2

Expected behavior
Topic form should work without FetchStatus reducer

AC:

  • Topic new form works without fetchStatus reducer and tracks async request status using react-hook-form
  • Topic new form covered by tests.

Notes
Related PR: #575

@workshur workshur added type/bug Something isn't working scope/frontend labels Aug 18, 2021
@workshur workshur added this to the 0.2 milestone Aug 18, 2021
@abelgibayev abelgibayev linked a pull request Aug 19, 2021 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope/frontend type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants