Closed (fixed)
Project:
Workflow Fields
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2009 at 07:34 UTC
Updated:
28 Mar 2010 at 01:00 UTC
This is not a big problem but is really confusing-
1. Create a content type
2. Set up workflow and workflow_fields
3. Apply the workflow to the content type - everything works well
4. Add a new CCK fields to the content type
Outcome: The newly added are always visisble.
Expected: The field shall be invisible according to the workflow_fields setting (since either Visible or Editable are unchecked)
Workaround: Choose any workflow_fields option (visibile or editable) for the new fields, save the workflow. Reopen it, uncheck the option and save it. Now workflow_fields works with the new filed.
Comments
Comment #1
askit commentedJust save the workflow sate page and it will work.
Comment #2
infojunkieThat's by design. In your opinion, how should the new field behave if no setting has been done to it?
Comment #3
askit commentedThanks for the reply. I think things shall work as they look. That means the module shall give access exactly same as the admin settings page indicates. That will reduce confusion?
Comment #4
infojunkieFixed in the latest dev. Please try it and let me know.