-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix Upload tab in TinyMCE Image showing [object Object] #986
Conversation
@vincentfretin thanks for creating this Pull Request and help improve Plone! To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass. Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:
With this simple comment all the jobs will be started automatically. Happy hacking! |
281294e
to
f06391f
Compare
@jenkins-plone-org please run jobs |
:-( The tests are failing on travis, and I can't run the tests on my machine ubuntu 18.04 either. I get
and nothing happen. Anyone got the tests working recently at least on their machine? @ale-rt ? |
Same with chrome testing with
|
* Restore translations of 'Remove link' * Add missing translationa in tinymce pattern by... copying generateModalHtml function from master branch, also some backported xml changes from 71ddf6f * Add 2 further missing translations in tinymce pattern
@mauritsvanrees Not a good practice, but I propose to just merge this even with the tests failing... to not block the Plone release further. |
For the tests failing, this is as if requirejs didn't read properly mockup/js/config.js and underscore ("_") wasn't loaded before Backbone.Paginator. But it should because Backbone.Paginator depends on Backbone which depends on underscore. |
Note I'm not having issues running the tests on my machine for the 2.7.x branch
|
…core upgrade make the tests passed again
I've been lucky to found out this was the version of underscore. I'm merging this. |
See the screenshot of the issue at
plone/Products.CMFPlone#3120 (comment)