@kohanajs/mod-admin
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [5.2.2](https://gitlab.com/kohana-js/modules/admin/compare/v5.2.1...v5.2.2) (2022-05-27) | ||
### Bug Fixes | ||
* export only contain 50 records ([fc16dd7](https://gitlab.com/kohana-js/modules/admin/commit/fc16dd7eeae573edd61b6c15d415d105ff59d3cc)) | ||
### [5.2.1](https://gitlab.com/kohana-js/modules/admin/compare/v5.2.0...v5.2.1) (2022-05-12) | ||
@@ -7,0 +14,0 @@ |
@@ -24,2 +24,3 @@ const {ControllerMixin} = require("@kohanajs/core-mvc"); | ||
// action_index get instances | ||
state.get(ControllerMixinORMRead.ORM_OPTIONS).set('limit', 99999); | ||
await ControllerMixinORMRead.action_index(state); | ||
@@ -26,0 +27,0 @@ const instances = state.get(ControllerMixinORMRead.INSTANCES); |
{ | ||
"name": "@kohanajs/mod-admin", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"description": "Admin templates for KohanaJS ORM", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48817
777