Posted by Alpha5 on December 2, 2008 at 8:28am
| Project: | Workflow Required Fields |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Can you upgrade this module to work in Drupal 6?
Comments
#1
subscribe
#2
I am working on a D6 version as we speak; a bit ugly but it *seems* to work.
When tested I will post here. Hopefully the mantainer is alive to continue this? =)
#3
This patch creates a D6 version from the 5.x-1.0 version.
#4
Can you upload full module file. I use Windows, can not use patch.
#5
Sure, here it is...
#6
I used it, it work well, right way. Many thank.
#7
Excellent - is this likely to become a release soon?
#8
Thanks for the module!
However I think I can't use it in its current form. What I see is that the user is not prevented from setting the disallowed states, and once the node is saved the module produces a message and the node is left without a WF state ("No state"). In my application, the user can only edit the node in it's draft state, so the result is that the node is neither submitted nor editable by the user.
Rather than checking upon node form submit, the check should be just prior to rendering the Workflow widget (e.g. for edit page and Workflow tab) and gray-out states that are not allowed. Perhaps also consider using the transition table.
#9
May be mark fields as required always, independently from workflow status? I think this will more user-friendly for users which completing this fields.
#10
Irbis: always-required fields should be marked as such in the normal CCK field configuration; mark the field as "required" there.
#11
I put #5 in HEAD.
#12
Awesome! Thanks!
#13
Automatically closed -- issue fixed for 2 weeks with no activity.