MCPcopy Create free account
hub / github.com/django/code.djangoproject.com / get_boolean_ticket_flag

Function get_boolean_ticket_flag

trac-env/htdocs/tickethacks.js:177–184  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

175 // Ticket Triage Guidelines: show next steps based on the ticket's status,
176 // flags, etc.
177 function get_boolean_ticket_flag(name) {
178 return (
179 $('#h_' + name)
180 .next()
181 .text()
182 .trim() === 'yes'
183 );
184 }
185 function get_ticket_flag(name) {
186 return $('#h_' + name)
187 .next()

Callers 1

tickethacks.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected