Merge lp:~whosdaz/ubuntu-qa-website/fix1534561 into lp:ubuntu-qa-website

Proposed by Matthew Allen
Status: Merged
Merged at revision: 421
Proposed branch: lp:~whosdaz/ubuntu-qa-website/fix1534561
Merge into: lp:ubuntu-qa-website
Diff against target: 22 lines (+6/-0)
1 file modified
modules/qatracker/user/qatracker.user.results.php (+6/-0)
To merge this branch: bzr merge lp:~whosdaz/ubuntu-qa-website/fix1534561
Reviewer Review Type Date Requested Status
Ubuntu QA Website Developers Pending
Review via email: mp+282724@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'modules/qatracker/user/qatracker.user.results.php'
--- modules/qatracker/user/qatracker.user.results.php 2016-01-12 19:44:35 +0000
+++ modules/qatracker/user/qatracker.user.results.php 2016-01-15 11:55:01 +0000
@@ -588,6 +588,9 @@
588 '#type' => 'textfield',588 '#type' => 'textfield',
589 '#title' => t('Critical bugs'),589 '#title' => t('Critical bugs'),
590 '#description' => t('Comma separated list of bug numbers preventing you from passing the testcase'),590 '#description' => t('Comma separated list of bug numbers preventing you from passing the testcase'),
591 '#attributes' => array( // Set up an array of attributes inside the tag
592 'style' => 'width:90%',
593 ),
591 '#default_value' => implode(", ", $user_result->critical_bugs),594 '#default_value' => implode(", ", $user_result->critical_bugs),
592 );595 );
593596
@@ -595,6 +598,9 @@
595 '#type' => 'textfield',598 '#type' => 'textfield',
596 '#title' => t('Bugs'),599 '#title' => t('Bugs'),
597 '#description' => t('Comma separated list of bug numbers discovered while going through the testcase'),600 '#description' => t('Comma separated list of bug numbers discovered while going through the testcase'),
601 '#attributes' => array( // Set up an array of attributes inside the tag
602 'style' => 'width:90%',
603 ),
598 '#default_value' => implode(", ", $user_result->regular_bugs),604 '#default_value' => implode(", ", $user_result->regular_bugs),
599 );605 );
600606

Subscribers

People subscribed via source and target branches