Fix display of control for 'Display In Review Category'
Commit 36934dc6 accidentally removed the code to display the 'Display
In Review Category' control on the MyPreferencesScreen.
Change-Id: If794b06b90f0a82cb16ef9f49765485a8e552983
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -148,7 +148,8 @@ public class MyPreferencesScreen extends SettingsScreen {
|
||||
formGrid.setWidget(row, fieldIdx, copySelfOnEmails);
|
||||
row++;
|
||||
|
||||
formGrid.setText(row, labelIdx, "");
|
||||
formGrid.setText(row, labelIdx, Util.C.reviewCategoryLabel());
|
||||
formGrid.setWidget(row, fieldIdx, reviewCategoryStrategy);
|
||||
row++;
|
||||
|
||||
formGrid.setText(row, labelIdx, Util.C.maximumPageSizeFieldLabel());
|
||||
|
||||
Reference in New Issue
Block a user