Index: openacs-4/packages/acs-content-repository/www/doc/guide/object-relationships.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/www/doc/guide/object-relationships.html,v diff -u -N -r1.1.1.1.30.1 -r1.1.1.1.30.2 --- openacs-4/packages/acs-content-repository/www/doc/guide/object-relationships.html 22 Jun 2016 07:40:41 -0000 1.1.1.1.30.1 +++ openacs-4/packages/acs-content-repository/www/doc/guide/object-relationships.html 5 Aug 2016 13:36:00 -0000 1.1.1.1.30.2 @@ -65,7 +65,7 @@ example, you may want to allow only 1 image with the "featured" tag, and up to 8 other images without this.

-
  • A Boolean API function, content_item.is_valid_child, +
  • A Boolean API function, content_item.is_valid_child, which checks all registered child constraints on the content type of an item and returns true if it is currently possible to add an child of a particular type to tan item. Note that this function does not @@ -110,7 +110,7 @@ specify a "tag" for identifying related objects of the same type.

    -
  • A Boolean API function, content_item.is_valid_relation, +
  • A Boolean API function, content_item.is_valid_relation, which checks all registered constraints on the content type of an item and returns true if it is currently possible to relate an object of a particular type to an item.