Closed (fixed)
Project:
Workflow-ng
Version:
5.x-2.x-dev
Component:
Module Integration
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2008 at 19:12 UTC
Updated:
2 Feb 2008 at 14:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
fagohttp://code.google.com/p/google-highly-open-participation-drupal/issues/...
Comment #2
corsix commentedAttached first draft.
Comment #3
fago* You need to check, whether the usernode module is active. If not, the table "usernode" might not exist, which might produce errors. So only add the user views integration if usernode is active.
* The default views list all nodes / users, even if there are no log entries. I think you need to do a inner join.
* Naming: Workflow-ng doesn't use the term "node" in the UI. Use "content" instead.
Comment #4
corsix commented* Added a module_exists check for usernode
* Changed table joins from left to inner
* Changed the name/menu path/description of the node-log view to Content log
Comment #5
fagothat's it - good work as usual :)
-> committed to 5.x-2.x, thanks.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.