We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff69b9 + af2dc34 commit 58a033eCopy full SHA for 58a033e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v8.6.0 (2025-08-11)
11
12
### What's new
resources/js/components/resources/PublishForm.vue
@@ -10,8 +10,8 @@
</div>
</h1>
13
- <dropdown-list class="rtl:ml-4 ltr:mr-4" v-if="canEditBlueprint">
14
- <dropdown-item :text="__('Edit Blueprint')" :redirect="actions.editBlueprint" />
+ <dropdown-list class="rtl:ml-4 ltr:mr-4">
+ <dropdown-item v-if="canEditBlueprint" :text="__('Edit Blueprint')" :redirect="actions.editBlueprint" />
15
<li class="divider" />
16
<data-list-inline-actions
17
v-if="!isCreating"
0 commit comments