https://github.com/aadrian/fieldbugs1
Simplistic demo to illustrate various Grails Fields Plug-in bugs.
https://github.com/aadrian/fieldbugs1
bugs grails grails-plugin grails3
Last synced: 3 months ago
JSON representation
Simplistic demo to illustrate various Grails Fields Plug-in bugs.
- Host: GitHub
- URL: https://github.com/aadrian/fieldbugs1
- Owner: aadrian
- Created: 2018-03-19T12:01:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T13:14:16.000Z (about 7 years ago)
- Last Synced: 2025-01-07T20:42:18.941Z (5 months ago)
- Topics: bugs, grails, grails-plugin, grails3
- Language: Groovy
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fieldbugs1
==========Simplistic demo to illustrate various Grails 3.3.x (and Fields Plug-in) bugs/issues.
Entities used for:
- [TableOne]()
- controller dynamic scaffolding Bug (1)
- no default values in DB Bug (3)
- missing inList constraints in the DB Bug (4)
- ignored i18 labels for inList Bug (5)
- not all fields displayed in `show` Bug (6)
- readonly attribute not working correctly Bug (7)
- no textarea rendered for big fields Bug (8)
- [TableTwo]()
- controller dynamic scaffolding workaround
- [TableThree]()
- tbd.
- [TableParent](), [TableChild]() and [TableChildTwo]()
- table inheritance mapping in DB bug (2)
A. Reported Bugs/Issues referencing this demo:1. https://github.com/grails/grails-core/issues/10968
2. https://github.com/grails/grails-data-mapping/issues/1076
3. https://github.com/grails/grails-data-mapping/issues/1074
4. https://github.com/grails/grails-data-mapping/issues/1073
5. https://github.com/grails-fields-plugin/grails-fields/issues/272
6. https://github.com/grails-fields-plugin/grails-fields/issues/271
7. https://github.com/grails-fields-plugin/grails-fields/issues/259
8. https://github.com/grails-fields-plugin/grails-fields/issues/256
9. ~~https://github.com/grails-fields-plugin/grails-fields/issues/257~~ - Fixed in 2.2.7B. Other issues that prevent or complicate a Grails 2.x -> 3.3.x migration for many applications:
1. https://github.com/grails-fields-plugin/grails-fields/issues/269
2. https://github.com/grails-fields-plugin/grails-fields/issues/267 (Grails 2.x did the equivalent of this)
3. https://github.com/grails-fields-plugin/grails-fields/issues/268 (Grails 2.x did the equivalent of this)
4. https://github.com/grails-fields-plugin/grails-fields/issues/264
5. https://github.com/grails-plugins/grails-spring-security-core/issues/536
6. https://github.com/grails-plugins/grails-spring-security-shiro/issues/5
C. Other outstanding problems collected in the [WIKI](https://github.com/aadrian/fieldbugs1/wiki).