Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fillpdf
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
fillpdf
Commits
66d414a6
Commit
66d414a6
authored
2 years ago
by
arunkumark
Committed by
Liam Morland
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue #3041508: Remove hard redirect from a FillPdfFieldForm back to its parent FillPdfForm
parent
86ad9270
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
config/install/views.view.fillpdf_form_fields.yml
+1
-1
1 addition, 1 deletion
config/install/views.view.fillpdf_form_fields.yml
src/Form/FillPdfFormFieldForm.php
+0
-11
0 additions, 11 deletions
src/Form/FillPdfFormFieldForm.php
with
1 addition
and
12 deletions
config/install/views.view.fillpdf_form_fields.yml
+
1
−
1
View file @
66d414a6
...
...
@@ -537,7 +537,7 @@ display:
prefix
:
'
0'
value
:
'
0'
suffix
:
'
0'
destination
:
fals
e
destination
:
tru
e
plugin_id
:
dropbutton
filters
:
{
}
sorts
:
...
...
This diff is collapsed.
Click to expand it.
src/Form/FillPdfFormFieldForm.php
+
0
−
11
View file @
66d414a6
...
...
@@ -72,15 +72,4 @@ class FillPdfFormFieldForm extends ContentEntityForm {
return
$form
;
}
/**
* {@inheritdoc}
*/
public
function
save
(
array
$form
,
FormStateInterface
$form_state
)
{
$form_state
->
setRedirect
(
'entity.fillpdf_form.edit_form'
,
[
'fillpdf_form'
=>
$this
->
entity
->
fillpdf_form
->
target_id
,
]);
return
parent
::
save
(
$form
,
$form_state
);
}
}
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