Jonas
Jonas
file config/artifact.excludes contains the path "pub/media". This will exclude every path where this pattern is **contained**. E.g. the amasty module "product-attachment" contains this path `vendor/amasty/product-attachment/pub/media/amasty/...` which will be excluded too....
Hi, I have svnadmin running on linux debian. After Configuration with LDAP it told me that no users could be found. After investigating the code a little bit, I found...
Both instructions for debian did not work for me. ``` sudo wget -O /etc/apt/sources.list.d/gitlab-ci-local.sources https://gitlab-ci-local-ppa.firecow.dk/gitlab-ci-local.sources sudo apt-get update ``` leads to > E: Invalid value set for option Signed-By regarding...
If the TYPO3-page which is used by direct_mail to fetch the content from is protected, the jumpurl feature is not working properly. The direct_mail-module allows to configure a fe_group-ID to...
When using html Tags inside the property defined as itemData the item is not selectable. ``` var tf = new Tokenfield({ el: document.querySelector('.my-input'), itemData: 'data', items: [{id: 1, name: 'foo',...
when using remote.type = POST the params are send as the string "{object:object}". I can make it work by changing `xhr.send(params);` to `xhr.send(paramsString);` in ajax.js#35 AND setting `headers: { 'Content-Type':...
**Describe the bug** A field of type SOLR_RELATION with enableRecursiveValueResolution = 1 and having a foreignLabelField with a subproperty (dot-notation) will always resolve the Label Field defined via TCA instead...
**Is your feature request related to a problem? Please describe.** It would be nice if you could restrict marker depending on the IP Adress of the site. Currently I can...