Page MenuHomeIn-Portal Phabricator

change_logs_change-log.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 5:34 AM

change_logs_change-log.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
// 'in-portal:change_logs',
);
// section in debug mode
$debug_only_sections = Array (
'in-portal:change_logs',
);
// toolbar buttons
$remove_buttons = Array (
// list of changed records
// 'change_log_list' => Array ('view_item', 'view'),
// view changed records
// 'change_log_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
);
// fields to hide
$hidden_fields = Array (
/*'ChangeLogId', 'PortalUserId', 'SessionLogId', 'Action', 'OccuredOn', 'Prefix', 'ItemId', 'Changes', 'MasterPrefix', 'MasterId',*/
);
// fields to make required
$required_fields = Array (
/*'ChangeLogId', 'PortalUserId', 'SessionLogId', 'Action', 'OccuredOn', 'Prefix', 'ItemId', 'Changes', 'MasterPrefix', 'MasterId',*/
);
// hide columns in grids
$hide_columns = Array (
// currently not in user
// 'Default' => Array ('ChangeLogId', 'PortalUserId', 'UserLogin', 'UserFirstName', 'UserLastName', 'SessionLogId', 'Action', 'OccuredOn', 'MasterPrefix', 'MasterId', 'Prefix', 'ItemId', 'Changes'),
);

Event Timeline