Disable the save button on ProjectInfoScreen while save request runs
This avoid that users poke on the button if the update request is slow. Change-Id: I7795c06d3179db3fffec8fd31abbf4130c2fe720 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:

committed by
David Pursehouse

parent
55f5a7b9ac
commit
489b0f5db6
@@ -308,6 +308,7 @@ public class ProjectInfoScreen extends ProjectScreen {
|
||||
|
||||
private void doSave() {
|
||||
enableForm(false);
|
||||
saveProject.setEnabled(false);
|
||||
ProjectApi.setConfig(getProjectKey(), descTxt.getText().trim(),
|
||||
getBool(contributorAgreements), getBool(contentMerge),
|
||||
getBool(signedOffBy), getBool(requireChangeID),
|
||||
|
Reference in New Issue
Block a user