Workflow States Weight handler in Views
theabacus - February 25, 2009 - 17:59
| Project: | Workflow |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
I get the following error when attempting to sort by workflow state weight in Views 2.3.
"Error: handler for workflow_states > weight doesn't exist!"

#1
Bump?
#2
subscribing
#3
try changing line 35 of workflow.views.inc to:
'handler' => 'views_handler_sort',you'll likely have to flush your caches after the change, too.
#4
Attaching a patch against 6.x-dev
#5
Works fine.
I tested against both 6.x-1.1 and 6.x-dev
Thanks!
#6
Fixed. Thanks.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.