Skip to content

Commit 58a033e

Browse files
committed
Merge remote-tracking branch 'origin/8.x'
2 parents 4ff69b9 + af2dc34 commit 58a033e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v8.6.1 (2025-08-14)
4+
5+
### What's fixed
6+
* Fixed inline actions on edit view #710 #711 by @persteinhorst
7+
8+
9+
310
## v8.6.0 (2025-08-11)
411

512
### What's new

resources/js/components/resources/PublishForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
</div>
1111
</h1>
1212

13-
<dropdown-list class="rtl:ml-4 ltr:mr-4" v-if="canEditBlueprint">
14-
<dropdown-item :text="__('Edit Blueprint')" :redirect="actions.editBlueprint" />
13+
<dropdown-list class="rtl:ml-4 ltr:mr-4">
14+
<dropdown-item v-if="canEditBlueprint" :text="__('Edit Blueprint')" :redirect="actions.editBlueprint" />
1515
<li class="divider" />
1616
<data-list-inline-actions
1717
v-if="!isCreating"

0 commit comments

Comments
 (0)