Allow fullstop/dot in config names #332
-
We use a dot notation for our entity names eg. When these are download with monaco the . is removed and it becomes mobileappmaintenancewindow I've found the code that governs the naming and have created a local version which does allow the dot in the names. It works on both Linux (Ubuntu) and Windows. The change is to allow the regexp to allow dot (.) file: afero_utils.go line reg, err := regexp.Compile("[^a-zA-Z0-9-]+") Is this a good idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@andymanning thanks for reporting this. This will generally be changed once the monaco config 2.0 is implemented. There is general overhaul of download functionality coming. |
Beta Was this translation helpful? Give feedback.
@andymanning thanks for reporting this. This will generally be changed once the monaco config 2.0 is implemented. There is general overhaul of download functionality coming.