API error - definition

This commit is contained in:
JT Smith 2007-09-07 17:59:18 +00:00
parent 0993cba3e9
commit 2b4f4e8120
2 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,7 @@
accurately accurately
- fix: Inbox shows Next page link when is empty - fix: Inbox shows Next page link when is empty
- fix: Change Owner in Security Tab in Assets is not always Working - fix: Change Owner in Security Tab in Assets is not always Working
- fix: API error - definition
- All toolbar icons now have a class called "toolbarIcon" so they can be - All toolbar icons now have a class called "toolbarIcon" so they can be
styled by external CSS. styled by external CSS.
- Profile fields and categories and have confirmation boxes when deleting using the side menu - Profile fields and categories and have confirmation boxes when deleting using the side menu

View file

@ -299,10 +299,14 @@ sub checkView {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 definition ( [ definition ] ) =head2 definition ( session, [ definition ] )
Basic definition of an Asset. Properties, default values. Returns an array reference containing tableName,className,properties Basic definition of an Asset. Properties, default values. Returns an array reference containing tableName,className,properties
=head3 session
The current session object.
=head3 definition =head3 definition
An array reference containing additional information to include with the default definition. An array reference containing additional information to include with the default definition.