Page MenuHomeIn-Portal Phabricator

relationship_rel.php
No OneTemporary

File Metadata

Created
Mon, Jun 30, 5:57 AM

relationship_rel.php

<?php
defined('FULL_PATH') or die('restricted access!');
// section removal
$remove_sections = Array (
);
// sections shown with debug on
$debug_only_sections = Array (
);
// toolbar buttons (this are abstracts - all buttons defined in clone configs, ie. l-rel )
$remove_buttons = Array (
);
// fields to hide
$hidden_fields = Array (
/* 'RelationshipId', 'SourceId', 'TargetId', 'SourceType', 'TargetType', 'Type', 'Enabled', 'Priority' */
);
// virtual fields to hide
$virtual_hidden_fields = Array (
// 'ItemName', 'ItemType',
);
// fields to make required
$required_fields = Array (
/* 'RelationshipId', */'SourceId', 'TargetId', /*'SourceType', 'TargetType', */'Type', /*'Enabled', 'Priority', */
);
// virtual fields to make required
$virtual_required_fields = Array (
// 'ItemName', 'ItemType',
);
// tabs during editing
$hide_edit_tabs = Array (
// no tabs defined here
);
// hide columns in grids
$hide_columns = Array (
// 'Default' => Array ('RelationshipId', 'ItemName', 'ItemType', 'Type', 'Enabled'),
);

Event Timeline