Details
-
Task
-
Resolution: Fixed
-
Major
-
None
-
None
-
Brown Dog - July 1 Sprint, Brown Dog - July Sprint 2, Brown Dog - August Sprint 1, Brown Dog - Aug/Sept Sprint, Brown Dog - Sprint 5
Description
Was removed when added "author" field to the BD Script class.
Adding the 'author' field pushed the total num of fields over the limit.
A model cannot have more than 22 fields, due to Play's limitations.For explanation, see Note under "Defining a form" at
https://www.playframework.com/documentation/2.6.x/ScalaForms
Have to offload some fields to a nested class.