There's a few things that should be changed on the workflow form.
- If for some reason the content type isn't ready to be conflict-enabled, we should replace the enabling checkbox and such with instructions on what to do. This is especially important when you're adding a new content type, because you haven't had a chance to add any CCK fields yet. Even if you're using event, you need to add a nodereference field anyways.
- In the event case, it would probably need to use ajax to add and remove fields based on the status of event. I have no idea how to do this, but it would make a lot of sense.
- The selection field for choosing which resources to check against should be checkboxes, not a multi-select list.
--Andrew
Comments
Comment #1
deviantintegral commentedAll of these issues were fixed over at #289338: Clean up messages and errors.