hhru / android-multimodule-plugin

MIT License
161 stars 19 forks source link

Correctly set template action group names #65

Closed IlyaGulya closed 2 years ago

IlyaGulya commented 2 years ago

Currently if there's a template group which has no templates its name is not set correctly. For example:

You have such config:

templatesRootDirPath: /config/geminio/templates
modulesTemplatesRootDirPath: /config/geminio/modules_templates

groupsNames:
  forNewGroup: Flipper Templates
  forNewModulesGroup: Flipper Modules

But you only have module templates. Currently Geminio will skip configuration of action group which does not have templates assigned to it:

image

This pull request fixes this behavior and provides correct name for the action group:

image
etaskaevhh commented 2 years ago

This fixed in 1.2.0