Skip to content

Commit

Permalink
コンテンツ管理でブログ、メールフォームをコピーするとエラーが発生する fix #3058
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Feb 27, 2024
1 parent 593efa0 commit dc7ac2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions plugins/bc-admin-third/src/js/admin/_lib/jquery.bcTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@
data: {
content_id: data.contentId,
entity_id: data.contentEntityId,
title: data.contentTitle,
parent_id: data.contentParentId,
site_id: data.contentSiteId,
_csrfToken: $.bcToken.key,
Expand Down

0 comments on commit dc7ac2a

Please sign in to comment.