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

UI crashes when navigating to reports overview from a report #4034

Closed
fniessink opened this issue Jun 14, 2022 · 0 comments · Fixed by #4040
Closed

UI crashes when navigating to reports overview from a report #4034

fniessink opened this issue Jun 14, 2022 · 0 comments · Fixed by #4040
Assignees
Labels
Bug Something isn't working

Comments

@fniessink
Copy link
Member

fniessink commented Jun 14, 2022

Quality-time v3.37.0. This happens when the user has edited a field and then navigates to the report overview by clicking "Quality-time" in the menu bar. On loss of focus, Quality-time saves the edited field to the database but also does a reload. Apparently, this interferes with the loading of the overview.

[Error] TypeError: Object.entries requires that input parameter not be null or undefined
entries
(anonieme functie) — ReportsOverview.js:17
forEach
HC — ReportsOverview.js:16
ua — react-dom.production.min.js:157:139
qu — react-dom.production.min.js:267:463
Zl — react-dom.production.min.js:250:350
Sl — react-dom.production.min.js:250:281
Cl — react-dom.production.min.js:250:138
bl — react-dom.production.min.js:243:166
bl
(anonieme functie) — react-dom.production.min.js:123:115
(anonieme functie) — scheduler.production.min.js:18:343
$o — react-dom.production.min.js:123
Ko — react-dom.production.min.js:122:428
hl — react-dom.production.min.js:237:203
enqueueSetState — react-dom.production.min.js:133:214
(anonieme functie) — react.production.min.js:12:385
(anonieme functie) — App.js:72
promiseReactionJob

	cu (main.c8ec50a9.js:2:702790)
	(anonieme functie) (main.c8ec50a9.js:2:704895)
	mi (main.c8ec50a9.js:2:668760)
	yu (main.c8ec50a9.js:2:706606)
	Ml (main.c8ec50a9.js:2:723160)
	Ml
	(anonieme functie) (main.c8ec50a9.js:2:742705)
	Dl (main.c8ec50a9.js:2:719895)
	bl (main.c8ec50a9.js:2:715981)
	bl
	(anonieme functie) (main.c8ec50a9.js:2:665249)
	(anonieme functie) (main.c8ec50a9.js:2:742705)
	$o (main.c8ec50a9.js:2:665195)
	Ko (main.c8ec50a9.js:2:665130)
	hl (main.c8ec50a9.js:2:713133)
	enqueueSetState (main.c8ec50a9.js:2:669148)
	(anonieme functie) (main.c8ec50a9.js:2:837216)
	(anonieme functie) (main.c8ec50a9.js:2:489742)
	promiseReactionJob
@fniessink fniessink added the Bug Something isn't working label Jun 14, 2022
@fniessink fniessink changed the title Frontend crashes when navigating to reports overview from a report UI crashes when navigating to reports overview from a report Jun 14, 2022
@fniessink fniessink self-assigned this Jun 14, 2022
fniessink added a commit that referenced this issue Jun 15, 2022
…t overview right after editing an input field on a report page. Fixes #4034.
fniessink added a commit that referenced this issue Jun 15, 2022
…t overview right after editing an input field on a report page. Fixes #4034.
@fniessink fniessink moved this to Released in Quality-time backlog May 24, 2024
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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant