Lowering min record per set limit to 1
https://trello.com/c/yHWekzF6/162-page-builder-setting-number-of-records-in-recordlist-block-does-not-have-effect
This commit is contained in:
@@ -104,9 +104,6 @@ func (r *record) Find(module *types.Module, filter string, sort string, page int
|
||||
if perPage > 100 {
|
||||
perPage = 100
|
||||
}
|
||||
if perPage < 10 {
|
||||
perPage = 10
|
||||
}
|
||||
|
||||
response := &FindResponse{
|
||||
Meta: FindResponseMeta{
|
||||
|
||||
Reference in New Issue
Block a user