Releases: CradlePHP/cradle-system
Releases · CradlePHP/cradle-system
remove relation recursive logic from system-model-update
2.2.15 remove relation recursive logic from system-model-update
branch release
2.3.0 updating dependencies
Schema and Fieldset Creation Update
- Now Fieldsets can have the same name as schema names. When creating a fieldset field from a schema form, it will prefer to use the fieldset first, then the schema when there is a naming conflict.
- Select field now stores the value in data-value for js driven select
- Fix for removing validation rows in fieldset form
- Fix for submitting fields with a zero value not saving to the database
Undefined payload fix and fix for search as data and sums
2.2.13 fix for search as data and sums
undefined payload fix
2.2.12 undefined payload fix
removed keys in schema files that are just adding to the overall size
2.2.11 removed keys that are just adding to the overall size
Text align right fix on list format
2.2.10 text align right for numbers
fixed foreach bug on search and checkbox/switch fields turning off
2.2.9 restored spacing
Ability to customize search and detail queries.
Separating search query builder into its own method called searchQuery() and getQuery(). This allows the ability to add extra parameters to the query before executing
Sometimes you want to disable cache in events. Let's play nice :)
2.2.7 Merge branch '2.2' of https://github.com/CradlePHP/cradle-system into…