Commit 858765b
Ivan Lausuch
crowbar: Modify regex of group names to forbid dots
Group names cannot contain dots because it conflicts with
the url route
/nodes/groups/1.0/:id/:group(.:format)
Now JS doesn't allow dots in the group names1 parent 90c1cb5 commit 858765b
File tree
1 file changed
+1
-1
lines changed- crowbar_framework/app/assets/javascripts/barclamps/crowbar
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments