Skip to content

Commit

Permalink
BZ-1078199: display new package once created (including when you crea…
Browse files Browse the repository at this point in the history
…te nested projects like org.company.test)
  • Loading branch information
porcelli committed Jun 16, 2014
1 parent 8f9e3e3 commit df5d071
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -667,7 +667,12 @@ public void onPackageAdded( @Observes final NewPackageEvent event ) {
return;
}

refresh( false );
doInitialiseViewForActiveContext( activeOrganizationalUnit,
activeRepository,
activeProject,
pkg,
null,
false );
}

// Refresh when a Resource has been added, if it exists in the active package
Expand Down

0 comments on commit df5d071

Please sign in to comment.