Closed marclava closed 3 years ago
@marclava 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:
@jenkins-plone-org please run jobs
With this simple comment all the jobs will be started automatically.
Happy hacking!
Thanks for your contribution!
May you elaborate why this is needed? Usually the value is already a tuple. And a tuple + a tuple is a tuple again.
>>> foo = (1,2,3)
>>> foo + (4,)
(1, 2, 3, 4)
The issue should be fixed in version 5.6.3 of plone.app.multilingual
, see Merge Request https://github.com/plone/plone.app.multilingual/pull/341 for details.
@marclava you need to sign the Plone Contributor Agreement in order to merge this pull request.
Learn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html