Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable uploading file into RTE (CKEditor) field with drag&drop in CP and Channel Form #4171

Open
wants to merge 19 commits into
base: 7.dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix the frontend upload call
  • Loading branch information
intoeetive committed Mar 25, 2024
commit 5900e4589f4ec62d3cb3122c7d786dead6e8b926
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
} else {
if (empty(self::$uploadActionId)) {
$actionQuery = ee()->db->select('action_id')
->where('class', 'Filepicker')
->where('class', 'File')
->where('method', 'ajaxUpload')
->get('actions');
if ($actionQuery->num_rows() > 0) {
Expand Down Expand Up @@ -455,4 +455,4 @@
];
}

}

Check failure on line 458 in system/ee/ExpressionEngine/Addons/rte/Service/CkeditorService.php

View workflow job for this annotation

GitHub Actions / PSR-12 compatibility check

The closing brace for the class must go on the next line after the body
Loading