|
Date: 11/12/2007 10:40 am · Subject: Re: state and status for Assets · Rating: 3
State is whether an asset is published or has some special state. Possible states are: published - the normal state of all assets trash - the asset is in the trash trash-limbo - the asset is in the trash because one of it's ancestors is in the trash clipboard - the asset is in the clipboard clipboard-limbo - the asset is in the clipboard because one of it's ancestors is in the clipboard State is stored in the asset table in the state field. Status is "versioning" status. Valid statuses are: approved - Asset has been approved for publishing pending - Asset is pending approval and should not be displayed on the site. archived - Asset is approved but archived. This means that it should not show up in main listings, such as the collaboration system main listing. Status is stored in the assetData table in the status field.
|