Skip to content

Commit

Permalink
addAdminMainBodyHeaderLinks()で外部リンクを設定できるように修正 fix #4030 (#4059)
Browse files Browse the repository at this point in the history
  • Loading branch information
maenoasuka authored Dec 3, 2024
1 parent 7a938a4 commit 23d9b7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if (empty($link['class'])) {
$link['class'] = 'bca-btn';
}
if (empty($link['data-bca-btn-type'])) {
if (empty($link['data-bca-btn-type']) && !empty($url['action'])) {
$link['data-bca-btn-type'] = $url['action'];
}
if (empty($link['data-bca-btn-size'])) {
Expand Down

0 comments on commit 23d9b7e

Please sign in to comment.