diff --git a/.travis.yml b/.travis.yml index bef29ea4..5ed6b432 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ cache: deploy: - provider: releases + file_glob: true file: build/**/* skip_cleanup: true on: diff --git a/client/src/components/contextualMenuItems.js b/client/src/components/contextualMenuItems.js index 8ac46f66..06667928 100644 --- a/client/src/components/contextualMenuItems.js +++ b/client/src/components/contextualMenuItems.js @@ -68,6 +68,8 @@ const contextualMenuItems = { key: 'new', text: i18n.t('featureDiagram.commands.feature.new'), iconProps: {iconName: 'Add'}, + split: true, + onClick: () => actions.server.featureAdd(featureName).then(onClick), subMenuProps: { items: [ contextualMenuItems.featureDiagram.feature.newFeatureBelow(featureName, onClick),