wallon-ines
wallon-ines
With `debug => false,` in config.php worked for me
You forgot AbstractCmisObject modification in your pr. but with this modification It's work ```patch diff --git a/src/DataObjects/AbstractCmisObject.php b/src/DataObjects/AbstractCmisObject.php index 727807e..9477777 100644 --- a/src/DataObjects/AbstractCmisObject.php +++ b/src/DataObjects/AbstractCmisObject.php @@ -747,7 +747,8 @@ abstract...
If I add `_charset_=UTF-8` in form post in my curl request, it's work How to integrate `_charset_=UTF-8` in this library ? eg: ``` curl -X POST http://locfalhost:8080/alfresco/api/-default-/public/cmis/versions/1.1/browser/root/Shared -u 'admin:admin' -H...
> Can we have a test? I'm concerned here as field item list implements that interface I just renamed tests/src/EntityTestClass.php in tests/src/EntityTest.php
I have add PR for drupal-check #16
I found a solution with terminator in `Preferences` > `Profiles` and in `Select-by-word characters` text field, just remove the colon
> Can you download the newest version here and try, please? It should fix that. @belidzs you were right, that was the issue, thanks! > > https://github.com/go-vikunja/app/actions/runs/10240054475 It's working for...