Merge "Do not auto enable save button in enableForm"
This commit is contained in:
@@ -92,8 +92,6 @@ public class ProjectInfoScreen extends ProjectScreen {
|
||||
useContributorAgreements.setEnabled(canModifyAgreements);
|
||||
useSignedOffBy.setEnabled(canModifyAgreements);
|
||||
requireChangeID.setEnabled(canModifyMergeType);
|
||||
saveProject.setEnabled(
|
||||
canModifyAgreements || canModifyDescription || canModifyMergeType);
|
||||
}
|
||||
|
||||
private void initDescription() {
|
||||
|
||||
Reference in New Issue
Block a user