constant WORKFLOW_FIELDS_AUTHOR_ROLE in Workflow Fields 7
@file This module adds to workflow.module the ability to specify, for each state, which node fields should be visible and/or editable. It is a useful feature when workflows demand that certain information be hidden or read-only to certain roles.
2 uses of WORKFLOW_FIELDS_AUTHOR_ROLE
- workflow_fields_form_workflow_admin_ui_form in ./
workflow_fields.module - Administration form that renders a table listing of the fields for workflow's content type.
- _workflow_fields_compute_groups in ./
workflow_fields.module - Return an array of rids for the current user, given a node.
File
- ./
workflow_fields.module, line 11 - This module adds to workflow.module the ability to specify, for each state, which node fields should be visible and/or editable. It is a useful feature when workflows demand that certain information be hidden or read-only to certain roles.
Code
define("WORKFLOW_FIELDS_AUTHOR_ROLE", -1);