Closed
Bug 1252448
Opened 9 years ago
Closed 9 years ago
Clear Locale flags for bugs in components that don't have that flag enabled
Categories
(bugzilla.mozilla.org :: Administration, task)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: dkl)
Details
In the light of bugs 1252434, 158209, could we get the data in bmo sanitized for the Locale flag?
Not sure where the Locale flag is actually enabled, so I'm having a hard time to come up with a query.
https://bugzilla.mozilla.org/report.cgi?x_axis_field=product&y_axis_field=component&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&longdesc_type=allwordssubstr&longdesc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_id=&bug_id_type=anyexact&votes=&votes_type=greaterthaneq&emailtype1=substring&email1=&emailtype2=substring&email2=&emailtype3=substring&email3=&chfieldvalue=&chfieldfrom=&chfieldto=Now&j_top=AND&f1=cf_locale&o1=substring&v1=+%2F+&f2=noop&o2=noop&v2=&format=table&action=wrap shows that there are tons of bugs all over the place.
I wouldn't know how to do this without going into the backend?
Thanks.
Assignee | ||
Comment 1•9 years ago
|
||
(In reply to Axel Hecht [:Pike] from comment #0)
> In the light of bugs 1252434, 158209, could we get the data in bmo sanitized
> for the Locale flag?
>
> Not sure where the Locale flag is actually enabled, so I'm having a hard
> time to come up with a query.
The flag is only enabled for:
Product: Component:
"Mozilla Localizations" => ['Other'],
"www.mozilla.org" => [], # All components
> I wouldn't know how to do this without going into the backend?
It's not a huge amount:
select bugs.bug_id from bugs join bug_cf_locale on bugs.bug_id = bug_cf_locale.bug_id where product_id not in (select id from products where name in ('Mozilla Localizations', 'www.mozilla.org')) order by bugs.bug_id
786317
787373
787990
853651
853652
899719
926243
958695
958695
958695
958695
958695
963814
972874
978740
1012703
1012704
1024035
1024035
1096545
1096549
1096553
1096715
1098402
1098402
1104939
1114323
1119461
1143335
1143865
1178755
1193537
1193613
1193998
1229590
1231623
1232228
We could use the API to just go through the list of bug ids and clear the flag.
dkl
Reporter | ||
Comment 2•9 years ago
|
||
That'd be great, thanks.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
All cleared.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•