Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1182190
in-portal
No One
Temporary
Actions
View 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
Wed, Oct 15, 9:53 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Fri, Oct 17, 9:53 PM (1 d, 1 h)
Engine
blob
Format
Raw Data
Handle
767647
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.2.x/admin/system_presets/simple/filters_item-filter.php
===================================================================
--- branches/5.2.x/admin/system_presets/simple/filters_item-filter.php (nonexistent)
+++ branches/5.2.x/admin/system_presets/simple/filters_item-filter.php (revision 15023)
@@ -0,0 +1,50 @@
+<?php
+
+ defined('FULL_PATH') or die('restricted access!');
+
+ // section removal
+ $remove_sections = Array (
+ 'in-portal:item_filters',
+ );
+
+ // section in debug mode
+ $debug_only_sections = Array (
+// 'in-portal:item_filters',
+ );
+
+ // toolbar buttons
+ $remove_buttons = Array (
+// 'item_filter_list' => Array ('new_item', 'edit', 'delete', 'approve', 'decline', 'view', 'dbl-click'),
+// 'item_filter_edit' => Array ('select', 'cancel', 'reset_edit', 'prev', 'next'),
+ );
+
+ // fields to hide
+ $hidden_fields = Array (
+ /*'FilterId', 'ItemPrefix', 'FilterField', 'FilterType', 'Enabled', 'RangeCount',*/
+ );
+
+ // virtual fields to hide
+ $virtual_hidden_fields = Array (
+ /*'FilterKey',*/
+ );
+
+ // fields to make required
+ $required_fields = Array (
+ /*'FilterId', */'ItemPrefix', 'FilterField', 'FilterType', /*'Enabled', 'RangeCount',*/
+ );
+
+ // virtual fields to make required
+ $virtual_required_fields = Array (
+ /*'FilterKey',*/
+ );
+
+ // tabs during editing
+ $hide_edit_tabs = Array (
+
+ );
+
+ // hide columns in grids
+ $hide_columns = Array (
+// currently not in user
+ 'Default' => Array (/*'FilterId', 'ItemPrefix', 'FilterField', 'FilterType', 'Enabled', 'RangeCount',*/),
+ );
\ No newline at end of file
Property changes on: branches/5.2.x/admin/system_presets/simple/filters_item-filter.php
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Event Timeline
Log In to Comment