webcodesk / webcodesk-srv

Webcodesk - Web App Builder for Create React App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add auto incremental suffix to the name when add a new instance

ipselon opened this issue · comments

Add the incremented number at the end of the name of the new instance if there is already such a name in the list of instances.

  • If there is an equal name add 1 to the end of the name.
  • If there is a list of equal names with number suffix at the end, increase the last maximal number and add to the end of the new name.