Midgard Project
  • Login
  • Settings
  • Help/Guide
  • About Trac
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search


Search results

#761: MgdSchema needs required fields
To synchronize MgdSchema's features a bit with JCR Node Type Notation, we should support required properties. If object is being saved without a required field having a value, Midgard should throw an exception and abort that save. Something like: {{{ <type name="org_openpsa_pr ...
By bergie — 01/29/09 12:27:23
#759: MgdSchema needs multivalued fields
To synchronize MgdSchema's features a bit with JCR Node Type Notation, we should support multivalued properties. The implementation most likely needs to have a multilang-like additional table where the different values are stored, and from where they are then queried with SQL JOINs. ...
By bergie — 01/29/09 12:16:45
#757: Default values for MgdSchema properties
To synchronize MgdSchema's features a bit with JCR Node Type Notation, we should support default values for properties. Something like: {{{ <type name="org_openpsa_products_product"> ... <property name="price" type="float" default="1.5"/> </type> $product = new org_ ...
By bergie — 01/29/09 12:01:44

Note: See TracSearch for help on searching.

Trac Powered

Powered by Trac 0.10.4
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/