Uncommited changes synced
[Pman.MTrack] / Pman.Dialog.MTrackRepos.js
index 20a6ee3..1e7c360 100644 (file)
@@ -84,6 +84,7 @@ Pman.Dialog.MTrackRepos = {
                                     xtype: 'ComboBox',
                                     xns: Roo.form,
                                     allowBlank : false,
+                                    alwaysQuery : true,
                                     displayField : 'name',
                                     editable : false,
                                     emptyText : "Select Project",
@@ -103,7 +104,6 @@ Pman.Dialog.MTrackRepos = {
                                     typeAhead : true,
                                     valueField : 'id',
                                     width : 200,
-                                    alwaysQuery : true,
                                     store : {
                                         xtype: 'Store',
                                         xns: Roo.data,
@@ -181,20 +181,6 @@ Pman.Dialog.MTrackRepos = {
                                     name : 'serverurl',
                                     width : 200
                                 },
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    fieldLabel : 'Parent',
-                                    name : 'parent',
-                                    width : 200
-                                },
-                                {
-                                    xtype: 'TextField',
-                                    xns: Roo.form,
-                                    fieldLabel : 'Clonedfrom',
-                                    name : 'clonedfrom',
-                                    width : 75
-                                },
                                 {
                                     xtype: 'Hidden',
                                     xns: Roo.form,