Skip to content

Releases: drsdre/yii2-radtools

Countable error fixed in RadHierarchyLinkController

12 Apr 12:03
b26c688
Compare
Choose a tag to compare
Fix countable error

On PHP 7.2 an error is triggered when trying to count a non array variable.

Fix annoying 'error' message in forms

06 Jun 08:48
Compare
Choose a tag to compare

Fixed annoying 'error' message when viewing form without posting changes.

Increased flexibility on storing data

09 May 13:42
Compare
Choose a tag to compare

Added new event EVENT_BEFORE_CRUD_VALIDATION which fires just before the create/update function runs. Added public function saveFormModel() to allow extending/overwriting how form data is loaded, validated and stored.

Fix for primary key

20 Feb 16:32
Compare
Choose a tag to compare

Revert back to using textual hardcoded setting of id.

Compatibility with Yii2 2.0.14

20 Feb 14:14
Compare
Choose a tag to compare

Made code compatible with Yii2 2.0.14 release and removed abandoned functionality. Implemented translations.

Class rename

22 Jan 17:12
Compare
Choose a tag to compare

Make main class names consistent with each other. Start adding tests. Many fixes and enhancements (see change log).

Control hierarchy get parameters

22 Mar 10:20
Compare
Choose a tag to compare

Public parameters $grid_hierarchy_get_param and $grid_hierarchy_reset_get_param to control get parameters for settings/resetting hierarchies.

'Full Page' link option on modal view.

16 Mar 13:23
Compare
Choose a tag to compare

Implemented an option to show 'Full Page' link icon on modal title of entity 'view'. Clicking this button opens up the entity view full page.

Only apply base filters if provided.

15 Mar 09:17
Compare
Choose a tag to compare
2.5.1

Only add base where filters if provided.

Base filters separate from user filters

14 Mar 10:08
Compare
Choose a tag to compare

Base filters are now applied separate and direct to the dataProvider search query. This separates them from the user filters and prevents interference.