Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1180980
user_groups_u-ug.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
Sun, Oct 12, 8:46 AM
Size
1 KB
Mime Type
text/x-php
Expires
Tue, Oct 14, 8:46 AM (15 h, 52 m)
Engine
blob
Format
Raw Data
Handle
766648
Attached To
rINP In-Portal
user_groups_u-ug.php
View Options
<?php
defined
(
'FULL_PATH'
)
or
die
(
'restricted access!'
);
// section removal
$remove_sections
=
Array
(
// no separate tree section defined for this
);
// sections shown with debug on
$debug_only_sections
=
Array
(
// no separate tree section defined for this
);
// toolbar buttons
$remove_buttons
=
Array
(
// no buttons defined here - see users_u.php
);
// fields to hide
$hidden_fields
=
Array
(
/* 'PortalUserId', 'GroupId', 'MembershipExpires', 'PrimaryGroup', 'ExpirationReminderSent', */
);
// virtual fields to hide
$virtual_hidden_fields
=
Array
(
// 'GroupName', 'GroupDescription',
);
// fields to make required
$required_fields
=
Array
(
/* 'PortalUserId', 'GroupId', 'MembershipExpires', 'PrimaryGroup', 'ExpirationReminderSent', */
);
// virtual fields to make required
$virtual_required_fields
=
Array
(
// 'GroupName', 'GroupDescription',
);
// tabs during editing
$hide_edit_tabs
=
Array
(
// no tabs defined here
);
// hide columns in grids
$hide_columns
=
Array
(
// 'Default' => Array ('GroupId', 'GroupName', 'GroupDescription', 'PrimaryGroup', 'MembershipExpires'),
);
Event Timeline
Log In to Comment