-
### Description
Feed Processing related events doesn't seem to trigger.
I'm using
```
class MyPlugin extends Plugin {
public function init() {
parent::init();
self::$plugin = $this;
…
-
### Description
I updated a site from Craft2 to 3 and installed FeedMe which we were using on v2.
However the only page that will load is the feedme -> settings -> General tab. Every other one gives…
-
如题,我在beforeProcess中进行字段校验,发现dataList根本没有数据,查代码,发现beforeProcess的调用在setDataList之前,所以只能放弃,求其次只能放到process方法中了,但总感觉怪怪的,难道beforeProcess不应该是在process处理数据之前做的前置工作吗?
-
Pureconfig's config file does not support uppercase and underscores.
`application.conf`
```
DW {
conn_type =type
}
```
class
```
case class Db(CONN_TYPE: String
)
case c…
-
Bug
**What is the current behavior?**
I can't call findByType() on an instance
```
TypeError: instance.findByType is not a function
140 |
141 | let instance = testRen…
-
Would it be possible to match related elements on more than Slug, Title or ID?
I've added the below code to get this functionality, but wondered if this is something you would consider building in …
-
Jira issue originally created by user hosiplan:
I have a following DQL
``` sql
SELECT ra FROM Damejidlo\Recipes\RecipeAuthor ra ORDER BY ra.id ASC
```
Which generates following SQL
``` sql
SELECT…
-
...zodat de gemeente deze kan behandelen.
Idee voor demonstratie: met een app melding aanbieden bij het koppelvlak. Vervolgens aantonen dat melding is geregistreerd door deze weer op te vragen (bij…
-
This likely also doesn't apply to the VSTS, but this can be done with
**Export**
```
TfsFieldMapping download /collection:$CollectionUrl /teamproject:"$ProjectName" /mappingfile:"$tempFile"
```
**I…
-
### Description
I'm getting this error when I try to import JSON or CSV as a channel entries.
```
Twig Runtime Error – Twig_Error_Runtime
Impossible to access a key ("0") on a null variable.
…