Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
node_expire
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
project
node_expire
Commits
cf01f628
Commit
cf01f628
authored
9 years ago
by
Nik Alexandrov
Browse files
Options
Downloads
Plain Diff
Finish feature/2442869.
parents
47afa14f
04206b0a
No related branches found
Branches containing commit
Tags
4.4.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
node_expire.module
+4
-4
4 additions, 4 deletions
node_expire.module
with
4 additions
and
4 deletions
node_expire.module
+
4
−
4
View file @
cf01f628
...
...
@@ -252,12 +252,12 @@ function node_expire_node_delete($node) {
function
node_expire_permission
()
{
return
array
(
'administer node expire'
=>
array
(
'title'
=>
t
(
'
a
dminister node expire'
),
'description'
=>
t
(
'
TODO Add a description for "a
dminister node expire
"
'
),
'title'
=>
t
(
'
A
dminister node expire'
),
'description'
=>
t
(
'
A
dminister node expire
functionality.
'
),
),
'edit node expire'
=>
array
(
'title'
=>
t
(
'
e
dit node expire'
),
'description'
=>
t
(
'
TODO Add a description for "e
dit node expir
e"
'
),
'title'
=>
t
(
'
E
dit node expire'
),
'description'
=>
t
(
'
E
dit node expir
ation dates.
'
),
),
);
}
...
...
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