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

Commit

Permalink
Fix for group add
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk@6668 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
dbradicich committed Jun 23, 2010
1 parent 3102dc5 commit a8e2337
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -334,6 +334,8 @@ Sonatype.Events.addListener('repositoryAddMenuInit', function(menu) {
handler : function(container, rec, item, e) {
rec.beginEdit();
rec.set('repoType', 'group');
rec.set('exposed', true);
rec.set('userManaged', true);
rec.commit();
rec.endEdit();
},
Expand Down

0 comments on commit a8e2337

Please sign in to comment.