﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32771	Hardcoded _popup values should use IS_POPUP_VAR instead	David Sanders	nobody	"There's a handful of places in the codebase which hardcode the '_popup' string rather than using the `IS_POPUP_VAR` constant. They should all use `IS_POPUP_VAR` for consistency.

I've got a PR to fix all occurrences other than two cases in the admin JavaScript, since there's not a clear fix there. Possible solutions for JavaScript would be to add it into the base admin template and pull it back out in the code that needs it, or hardcode it in a single spot in the JavaScript on `window`. Neither solution feels great to me, so I'm kicking the can down the road on the JavaScript occurrences."	Cleanup/optimization	closed	contrib.admin	3.2	Normal	fixed			Accepted	0	0	0	0	0	0
