-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
5.x #680
5.x #680
Conversation
# Conflicts: # src/Resources/views/Ckeditor/browser.html.twig # src/Resources/views/Ckeditor/upload.html.twig
Now the bundle tests browser and upload routes, with functional tests using doctrine orm admin bundle, from 4.4 up to 6.1 versions of Symfony. Can you check the 5.x-dev (without this PR) on your project to see if everything works? |
@jordisala1991 Now your PR is merged, is there additional fixes that we have to take from this one ? |
I don't know yet, that's why I have asked @t-works to tests the 5.x-dev branch. |
Could you please rebase your PR and fix merge conflicts? |
The browse server action in FCKEditor triggers this errror: Neither the property "sortparameters" nor one of the methods "sortparameters()", "getsortparameters()"/"issortparameters()"/"hassortparameters()" or "__call()" exist and have public access in class Twig\Error {% set sort_parameters = datagrid.sortparameters(field_description, datagrid)|merge(ckParameters) %} I described reason in previous discussion - it's got to be: The upload action works fine. BTW please note I had to use a fork of the
I fixed merge conflicts, removed xml config since you rewrote it to PHP. A note on tests: public function uploadAction(Request $request, MediaManagerInterface $mediaManager): Response 2 arguments required here. |
Thanks, we will add more functionnals tests and fix this |
This should not be needed anymore. Closing for now. Have a look at 5.x branch now. |
This should now be covered by #693 |
Subject
I am targeting this branch, because this fixes issues in current branch 5.x and because it is supposed to work && tested with symfony 6.1+.
This is rebased version.
I fixed issues preventing CKEditor upload and browsing
Closes #669
Changelog
FIXED: CKEditor upload and browse files with symfony 6.1 and doctrine-orm-admin-bundle