Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3424701
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3424701
Commits
b0c760b4
Commit
b0c760b4
authored
12 years ago
by
Daniel Wehner
Committed by
Tim Plunkett
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1783006
by dawehner: Fixed some bugs in system.views.inc/file.views.inc.
parent
e4006a35
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/file.views.inc
+4
-4
4 additions, 4 deletions
modules/file.views.inc
modules/system.views.inc
+1
-1
1 addition, 1 deletion
modules/system.views.inc
with
5 additions
and
5 deletions
modules/file.views.inc
+
4
−
4
View file @
b0c760b4
...
@@ -113,7 +113,7 @@ function file_views_data() {
...
@@ -113,7 +113,7 @@ function file_views_data() {
'help'
=>
t
(
'The extension of the file.'
),
'help'
=>
t
(
'The extension of the file.'
),
'real field'
=>
'filename'
,
'real field'
=>
'filename'
,
'field'
=>
array
(
'field'
=>
array
(
'id'
=>
'
field_
file_extension'
,
'id'
=>
'file_extension'
,
'click sortable'
=>
FALSE
,
'click sortable'
=>
FALSE
,
),
),
);
);
...
@@ -123,7 +123,7 @@ function file_views_data() {
...
@@ -123,7 +123,7 @@ function file_views_data() {
'title'
=>
t
(
'Size'
),
'title'
=>
t
(
'Size'
),
'help'
=>
t
(
'The size of the file.'
),
'help'
=>
t
(
'The size of the file.'
),
'field'
=>
array
(
'field'
=>
array
(
'id'
=>
'
field_
file_size'
,
'id'
=>
'file_size'
,
'click sortable'
=>
TRUE
,
'click sortable'
=>
TRUE
,
),
),
'sort'
=>
array
(
'sort'
=>
array
(
...
@@ -139,14 +139,14 @@ function file_views_data() {
...
@@ -139,14 +139,14 @@ function file_views_data() {
'title'
=>
t
(
'Status'
),
'title'
=>
t
(
'Status'
),
'help'
=>
t
(
'The status of the file.'
),
'help'
=>
t
(
'The status of the file.'
),
'field'
=>
array
(
'field'
=>
array
(
'id'
=>
'
field_
file_status'
,
'id'
=>
'file_status'
,
'click sortable'
=>
TRUE
,
'click sortable'
=>
TRUE
,
),
),
'sort'
=>
array
(
'sort'
=>
array
(
'id'
=>
'standard'
,
'id'
=>
'standard'
,
),
),
'filter'
=>
array
(
'filter'
=>
array
(
'id'
=>
'
filter_
file_status'
,
'id'
=>
'file_status'
,
),
),
);
);
...
...
This diff is collapsed.
Click to expand it.
modules/system.views.inc
+
1
−
1
View file @
b0c760b4
...
@@ -76,7 +76,7 @@ function system_views_data() {
...
@@ -76,7 +76,7 @@ function system_views_data() {
'name field'
=>
'type'
,
// the field to display in the summary.
'name field'
=>
'type'
,
// the field to display in the summary.
),
),
'filter'
=>
array
(
'filter'
=>
array
(
'id'
=>
'
filter_
system_type'
,
'id'
=>
'system_type'
,
),
),
'sort'
=>
array
(
'sort'
=>
array
(
'id'
=>
'standard'
,
'id'
=>
'standard'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment