Skip to content

Commit efeb072

Browse files
vesaxgreg0ire
authored andcommitted
Save custom options on redirect (#720)
1 parent e24ba4b commit efeb072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/PageAdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function createAction(Request $request = null)
120120
return $this->redirect($this->admin->generateUrl('create', array(
121121
'siteId' => $sites[0]->getId(),
122122
'uniqid' => $this->admin->getUniqid(),
123-
)));
123+
) + $request->query->all()));
124124
}
125125

126126
try {

0 commit comments

Comments
 (0)