snimavat / nimble

Nimble Security Grails Plugin
Other
15 stars 19 forks source link

Cannot modify any of the nimble views #44

Closed rylarson closed 10 years ago

rylarson commented 10 years ago

Due to this change: https://github.com/snimavat/nimble/commit/a65bcab64a11dd051d6d06a4162f50c7b45d171b#diff-58

Only the nimble mail templates are copied into $baseDir/grails-app/views/nimble so none of them can be modified. This is a problem because we can't make any changes to the default UI's.

snimavat commented 10 years ago

You can override views right ? create a view directory, copy the gsp file and make change in app. Doesnt that work ?

That change was made intentionally, so that we dont always copy all the views to app, users wishing to override views can copy them explicitly. Makes it easier to release new updates with view changes.