Merge branch 'master' into ofop
[redakcja.git] / redakcja / static / js / catalogue / book_list.js
index c0fbf37..9dd1e41 100644 (file)
                     name:  $("label[for=mass_edit_publish]").text(),
                    icon: "ok",
                 },
+        "project" :{
+            name: $("label[for=mass_edit_project]").text(),
+            items: get_items("project"),
+            },
+        "publish": {
+            name:  $("label[for=mass_edit_publish]").text(),
+            icon: "ok",
+            },
                "unpublish": {
                    name:  $("label[for=mass_edit_unpublish]").text(),
                    icon: "stop",