Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
linkit-2886455
Commits
b9c38911
Commit
b9c38911
authored
Apr 24, 2016
by
SWETHA YARLA
Committed by
Emil Stjerneman
Apr 24, 2016
Browse files
Issue
#2696825
by Swetha Yarla: Linkit deprecated methods from Code base
parent
afe0046c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Form/Profile/FormBase.php
View file @
b9c38911
...
...
@@ -77,7 +77,7 @@ abstract class FormBase extends EntityForm {
case
SAVED_UPDATED
:
drupal_set_message
(
$this
->
t
(
'Updated profile %label.'
,
[
'%label'
=>
$linkit_profile
->
label
()]));
$this
->
logger
(
'linkit'
)
->
notice
(
'Updated profile %label.'
,
[
'%label'
=>
$linkit_profile
->
label
(),
'link'
=>
$edit_link
]);
$form_state
->
setRedirectUrl
(
$linkit_profile
->
urlInfo
(
'edit-form'
));
$form_state
->
setRedirectUrl
(
$linkit_profile
->
toUrl
(
'edit-form'
));
break
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment