Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.3-beta-2
-
Fix Version/s: 0.9.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Group names are case sensitive when created using create-mvc.
The following command
griffon create-mvc Foo
results in the following group definition
// MVC Group for "Foo"
'Foo' {
model = 'foo.FooModel'
view = 'foo.FooView'
controller = 'foo.FooController'
}
where as the following command
griffon create-mvc bar
results in
// MVC Group for "bar"
'bar' {
model = 'foo.BarModel'
view = 'foo.BarView'
controller = 'foo.BarController'
}
It would be better if group names followed the same naming convention: begin with lower case
Activity
Andres Almiray
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 0.9.3-beta-2 [ 17351 ] |
Andres Almiray
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 0.9.3 [ 17427 ] | |
| Resolution | Fixed [ 1 ] |
Andres Almiray
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |