[Libreoffice-commits] .: bug/bug
Loic Dachary
loic at kemper.freedesktop.org
Thu Sep 22 11:25:47 PDT 2011
bug/bug/bug.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit b57e81b5eaa38a637c89c135f12abfd25a0c8e1c
Author: Loic Dachary <loic at dachary.org>
Date: Thu Sep 22 20:25:38 2011 +0200
Add status_whiteboard: 'BSA' to identify bugs filled with the bug submission assistant
diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 7df7db8..c5966f8 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -195,7 +195,8 @@
component: component,
version: version,
short_desc: short_desc,
- comment: comment
+ comment: comment,
+ status_whiteboard: 'BSA'
}).pipe(function(data) {
$("body").css("cursor", "default");
return $.bug.lookup_result(data,
More information about the Libreoffice-commits
mailing list