Skip to content

Releases: drsdre/yii2-radtools

Interface change and persistent page+order

16 Dec 13:19
Compare
Choose a tag to compare

Changed HierarchyLink from trait to extendable controller class as it has a high dependency on BaseAjaxCrudController. Implement persistent page+order for DataProvider. Add function to generate DataProvider with persistence for sub-grids.

model_field_name related record

13 Dec 15:06
Compare
Choose a tag to compare

Allow to use related record field as model_field_name by implemented ArrayHelper::getValue.

Fix to handle pjax requests (delete)

13 Dec 10:39
Compare
Choose a tag to compare

Added missing exception for Pjax requests in actionDelete.

Fix to handle pjax requests

12 Dec 12:17
Compare
Choose a tag to compare

Before fix pjax were handled like modal requests and got send back a JSON for modals. Now only ajax requests without isPjax are handled like modal requests.

Fix capitalisation functions

07 Dec 19:50
Compare
Choose a tag to compare
1.0.1

Fix capitalisation of functions.

First Release

07 Dec 15:58
Compare
Choose a tag to compare
1.0

Update documentation