Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
o [NXCM-4509] Remove default value config for GAV definition combo
Browse files Browse the repository at this point in the history
Default value was set but did not show the extra items (POM upload or
GAV fields), causing the form to be valid for submission although
actually no GAV was selected.
  • Loading branch information
nabcos authored and peterlynch committed Aug 16, 2012
1 parent 5f28ec2 commit a91a710
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ Sonatype.repoServer.ArtifactUploadPanel = function(config) {
selectOnFocus : true,
emptyText : 'Select...',
allowBlank : false,
value : 'pom',
listeners : {
select : {
fn : this.gavDefinitionSelectHandler,
Expand Down

0 comments on commit a91a710

Please sign in to comment.