Skip to content

Commit

Permalink
カスタムコンテンツ エントリー管理修正
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed Feb 1, 2024
1 parent cdaf8f8 commit 02eb569
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ class BcCcFileControllerEventListener extends BcControllerEventListener
public function bcCustomContentCustomEntriesStartup(EventInterface $event)
{
$request = $event->getSubject()->getRequest();
if(!$this->isAction('Add', false) && !$this->isAction('Edit', false)) return;
$tableId = $request->getParam('pass.0');
if(!$tableId) $tableId = $request->getQuery('custom_table_id');
$this->setupUploader($tableId);
Expand Down

0 comments on commit 02eb569

Please sign in to comment.