-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement automatic pagination for layouts and layout assets
Currently the maximum number of resources per page is fixed at 250 For sites that have more than 250 resources of one type, the remaining resources weren't fetched and thus creating/updating them was impossible. Filemanager#auto_paginate goes through each page and concatenates the responses together.
- Loading branch information
Mikk Pristavka
committed
Apr 21, 2015
1 parent
d636d33
commit ff796e6
Showing
3 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Voog | ||
module Dtk | ||
VERSION = '0.3.7' | ||
VERSION = '0.3.8' | ||
end | ||
end |