Axel Guckelsberger
Axel Guckelsberger
The problem is that `Zikula_Doctrine2_Entity_Category` is deprecated. Hence `Zikula\CategoriesModule\Entity\CategoryAttributeEntity` does now use `Zikula\CategoriesModule\Entity\CategoryEntity` instead. I don't know if this can be solved centrally. The easy fix is changing the super...
Try changing https://github.com/zikula/core/blob/1.4/src/lib/legacy/Zikula/Doctrine2/Entity/Category.php#L108 from `Zikula\CategoriesModule\Entity\CategoryAttributeEntity` to `Zikula_Doctrine2_Entity_EntityAttribute`. Afterwards clear `/app/cache/`.
I see. `Zikula_Doctrine2_Entity_EntityAttribute` is abstract (mapped superclass), so no table exists for it.
Probably the module must be changed then. > changing the super class of PostCalendar_Entity_EventCategory.
@craigh in 1.4 the fields contained in the slug are specified as part of the `Slug` annotation at the slug field directly: https://github.com/Guite/MostGenerator/blob/master/bundles/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/zclassic/models/entity/extensions/Sluggable.xtend#L46
Like shown in https://forum.ubuntuusers.de/topic/ralink-rt2860-verbindung-zu-5-ghz-wlan-nicht-/ it seems that the `WirelessMode` setting is not correctly populated. You can try with `iwpriv enp6s0 show WirelessMode` (whereby `enp6s0` is the device alias). In my...
How about merging this patch @EzraEdelman @mareksuscak ?
- [ChoiceWithOtherType](https://github.com/zikula/DynamicFormPropertyBundle/blob/main/src/Form/Type/ChoiceWithOtherType.php) - [ChoiceWithOtherDataMapper](https://github.com/zikula/DynamicFormPropertyBundle/blob/main/src/Form/DataMapper/ChoiceWithOtherDataMapper.php)
Not sure yet whether it's worth including this *by default*. Feels like this rather appropriate for specific requirements. Not closing though but postponing for now. Contains some nice features though...
I see this feature in a more general sense than just Loggable. Here are a few considerations: 1. import options are generally and often interesting. 2. but they can be...