-
refs #1853
There seems to be some possibility to remove BC breaks in the areas that are currently in the documentation. I suggest we work on seeking and implementing BC where possible.
- [x] $this-…
-
I am not shure wher to report. But I think the BC to old modules are a problem in the core.
I just created a module in modulestudio with an n-to-1 relation for zk136.
Install went fine (after incre…
-
This might be an edge case. I hooked Dizkus to PC and got this.
> Doctrine\ORM\ORMException: Found entity of type DoctrineProxy__CG__\Zikula_Doctrine2_Entity_Category on association Zikula\Module\Ca…
-
https://github.com/zikula/core/blob/1.4/src/system/ZikulaRoutesModule/Entity/Base/AbstractRouteEntity.php#L468-L470
Why are those ifs generated? And even if they are useful, shouldn't they use `!==` …
-
It needs to pull in $action and $items via $request, and not via function parameter. The route path must not include these parameters.
-
https://github.com/Guite/MostGenerator/blob/master/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/zclassic/controller/FormHandler.xtend#L634-L636
-
The model file is written to the following location:
> Routes.mostapp/zclassic/Routes/Zikula/RoutesModule/Resources/docs/model/Routes.mostapp
-
The service container should not only used for event listeners, but for all classes except entities, repositories and controllers.
Guite updated
10 years ago
-
Hi,
in JS files when calling ajax.php the calls need baseurl added.
When installed in a subdir, the baseurl needs to be added in the JS file that calls the ajax php file.
Like
```
var myAjax = …
-
In the edit templates it must be `$hookId` instead of `$hookid`. https://github.com/Guite/MostGenerator/blob/master/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/z…