Entity Construction Kit 1.0-beta10
Pre-release
Pre-release
The Entity Construction Kit (ECK) provides a user interface and an API for creating and managing custom CiviCRM entities. In conjunction with custom fields being attached to those entities, things in your business logic can be modeled more clearly, when standard CiviCRM entities are not sufficient.
Read more about entities and how to use this extension in the documentation.
Changes since 1.0-beta9
- Fix
Deprecated function CRM_Core_Page::assign_by_ref, use assign
in #130 by @jensschuppe - Remove unnecessary hack copied from core form controllers in #131 by @jensschuppe, @colemanw
- Do not return fields for uninitialized object - always return variable reference in cb029e7 by @jensschuppe
Full Changelog: 1.0-beta9...1.0-beta10
Known Issues
- The documentation needs to be updated to reflect the nice UI this extension is being shipped with, and also regarding permissions
Acknowledgements
Huge thanks to @colemanw and the CiviCRM Core team for making this extension possible. There were a lot of related PRs to Core and also to ECK for keeping up with current development of APIv4, SearchKit and FormBuilder.
Plans
For a first stable version we'd like to further improve code quality and automated testing on GitHub.