Page MenuHomeIn-Portal Phabricator

user_groups_u-ug.php
No OneTemporary

File Metadata

Created
Sat, Sep 27, 10:48 PM

user_groups_u-ug.php

<?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