Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ctools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
ctools
Commits
19695fab
Commit
19695fab
authored
15 years ago
by
Earl Miles
Browse files
Options
Downloads
Patches
Plain Diff
#424798: Provide a hook so that the task handler can respond to clone events.
parent
e881ee2f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
delegator/delegator.admin.inc
+4
-0
4 additions, 0 deletions
delegator/delegator.admin.inc
with
4 additions
and
0 deletions
delegator/delegator.admin.inc
+
4
−
0
View file @
19695fab
...
...
@@ -913,6 +913,10 @@ function delegator_admin_list_form_action_clone($form, &$form_state, $id, $actio
$handler
->
name
=
$name
;
unset
(
$handler
->
did
);
if
(
$function
=
ctools_plugin_load_function
(
'delegator'
,
'task_handlers'
,
$handler
->
handler
,
'clone'
))
{
$function
(
$handler
);
}
// Store the new handler.
if
(
!
$form_state
[
'cache'
]
->
locked
)
{
delegator_admin_set_task_handler_cache
(
$handler
);
...
...
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