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 ...
- — 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. ...
- — 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_ ...
- — 01/29/09 12:01:44
Note: See TracSearch for help on searching.
