Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1047629
relationship_rel.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Jun 30, 5:57 AM
Size
1 KB
Mime Type
text/x-php
Expires
Wed, Jul 2, 5:57 AM (13 h, 5 m)
Engine
blob
Format
Raw Data
Handle
677431
Attached To
rINP In-Portal
relationship_rel.php
View Options
<?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
Log In to Comment