Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 28, 2012
1 parent 79d8afd commit f33bf6b
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 567 deletions.
4 changes: 2 additions & 2 deletions extension/blog/routes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ exports.registerRoutes = (server, prefix, models, schema) ->
addPlaceholderForEmpty: true

blog_resource.map 'get', 'workflow', (req, res) ->
results = []
if req.post.published
results = []
if req.post.published is 'true'
results.push
name: 'unpublish'
label: 'Unpublish'
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
565 changes: 0 additions & 565 deletions extension/blogsiple/static/theme/Vader/jquery-ui-1.8.18.custom.css

This file was deleted.

0 comments on commit f33bf6b

Please sign in to comment.