Skip to content

Commit d940fc2

Browse files
author
simialbi
committed
fixed bucket update
1 parent 6c06bcc commit d940fc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/views/bucket/_header.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
'bucket/update',
3939
'id' => $id,
4040
'group' => Yii::$app->request->getQueryParam('group', 'bucket')
41+
],
42+
'linkOptions' => [
43+
'data' => [
44+
'turbo' => 'true',
45+
'turbo-frame' => "update-bucket-$id-frame"
46+
]
4147
]
4248
],
4349
[

0 commit comments

Comments
 (0)