Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Last active September 28, 2015 12:48
Show Gist options
  • Save gielfeldt/d2a4d12df1590422c378 to your computer and use it in GitHub Desktop.
Save gielfeldt/d2a4d12df1590422c378 to your computer and use it in GitHub Desktop.
Add paginator to bookmarks list.
diff --git a/ding_user_frontend.make b/ding_user_frontend.make
index 1b2e9a1..a409da1 100644
--- a/ding_user_frontend.make
+++ b/ding_user_frontend.make
@@ -30,6 +30,8 @@ projects[ding_bookmark][type] = "module"
projects[ding_bookmark][download][type] = "git"
projects[ding_bookmark][download][url] = "git@github.com:ding2/ding_bookmark.git"
projects[ding_bookmark][download][tag] = "7.x-2.3.0"
+; Add paginator to bookmarks list.
+projects[ding_bookmark][patch][] = "https://github.com/kdb/ding_bookmark/pull/1.patch"
projects[ding_debt][type] = "module"
projects[ding_debt][download][type] = "git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment