Enhancement: new configuration parameter 'position' to enable 'attachments' to be displayed either as a separate tab 'Attachments' on inline in the 'Properties' tab (for example when used with a custom 'DisplayBareProperties'.)

SVN:trunk[1427]
This commit is contained in:
Denis Flaven
2011-08-07 07:52:39 +00:00
parent 23b1d15b64
commit cb8774370f
2 changed files with 174 additions and 155 deletions

View File

@@ -58,7 +58,8 @@ SetupWebPage::AddModule(
// Default settings
//
'settings' => array(
'allowed_classes' => array('Ticket'), // List of classes for which the "Attachments" tab is visible
'allowed_classes' => array('Ticket'), // List of classes for which to manage "Attachments"
'position' => 'relations', // Where to display the attachments: relations | properties
),
)
);