mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-64453 GitHub task server configuration changes can't be saved
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<grid row="7" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
</vspacer>
|
||||
<component id="e3439" class="javax.swing.JLabel">
|
||||
<component id="e3439" class="javax.swing.JLabel" binding="myUrlLabel">
|
||||
<constraints>
|
||||
<grid row="1" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="4" fill="0" indent="0" use-parent-layout="false"/>
|
||||
</constraints>
|
||||
|
||||
@@ -34,6 +34,7 @@ import java.awt.event.ActionListener;
|
||||
*/
|
||||
public class BaseRepositoryEditor<T extends BaseRepository> extends TaskRepositoryEditor {
|
||||
|
||||
protected JLabel myUrlLabel;
|
||||
protected JTextField myURLText;
|
||||
protected JTextField myUserNameText;
|
||||
protected JLabel myUsernameLabel;
|
||||
|
||||
@@ -20,6 +20,9 @@ public class GitHubRepositoryEditor extends BaseRepositoryEditor<GitHubRepositor
|
||||
Consumer<GitHubRepository> changeListener) {
|
||||
super(project, repository, changeListener);
|
||||
|
||||
myUrlLabel.setVisible(false);
|
||||
myURLText.setVisible(false);
|
||||
|
||||
// project author, by default same as username
|
||||
myRepoAuthor = new JTextField();
|
||||
myRepoAuthor.setText(repository.getRepoAuthor());
|
||||
|
||||
Reference in New Issue
Block a user