You are here

README.txt in Workflow Fields 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
********************************************************************
                     D R U P A L     M O D U L E
********************************************************************
Name: Workflow Fields Module
Author: Karim Ratib <karim_ratib at yahoo dot com>
Co-maintainers: HB EMTEC (hbemtec) - Mitja Švab (mitjasvab)
Drupal: 7
********************************************************************
== DESCRIPTION ==

The workflow_fields module extends John VanDyk's workflow module by
allowing node fields to be made invisible or read-only depending on 
the current workflow state. The workflow state form is extended to 
show all node fields with appropriate controls to hide and/or disable
each field for that particular state.

This functionality is useful when a workflow moves among users who 
have different permissions regarding the document flowing through them. 
Which is the case in most every workflow we're encountered.

== INSTALLATION ==

It's just like any other classic Drupal module :
1. Place the entire workflow_fields directory into your Drupal 
   sites/all/modules directory
2. Enable the module by navigating to Modules > Install, checking
   "Workflow Fields" and submitting.


== HOW TO ADMINISTER ==

The module's general admin UI is now available under Config > Workflow >
Workflow Fields settings.

Workflow fields' settings are to be administered for each workflow,
When browsing to your workflow's details (/admin/config/workflow/workflow/xxx),
you'll find, for each workflow state, a new link called "Workflow field"
in the "Actions" column. Click on it to administer fields' visibility
for the desired workflow state.

********************************************************************

File

README.txt
View source
  1. ********************************************************************
  2. D R U P A L M O D U L E
  3. ********************************************************************
  4. Name: Workflow Fields Module
  5. Author: Karim Ratib
  6. Co-maintainers: HB EMTEC (hbemtec) - Mitja Švab (mitjasvab)
  7. Drupal: 7
  8. ********************************************************************
  9. == DESCRIPTION ==
  10. The workflow_fields module extends John VanDyk's workflow module by
  11. allowing node fields to be made invisible or read-only depending on
  12. the current workflow state. The workflow state form is extended to
  13. show all node fields with appropriate controls to hide and/or disable
  14. each field for that particular state.
  15. This functionality is useful when a workflow moves among users who
  16. have different permissions regarding the document flowing through them.
  17. Which is the case in most every workflow we're encountered.
  18. == INSTALLATION ==
  19. It's just like any other classic Drupal module :
  20. 1. Place the entire workflow_fields directory into your Drupal
  21. sites/all/modules directory
  22. 2. Enable the module by navigating to Modules > Install, checking
  23. "Workflow Fields" and submitting.
  24. == HOW TO ADMINISTER ==
  25. The module's general admin UI is now available under Config > Workflow >
  26. Workflow Fields settings.
  27. Workflow fields' settings are to be administered for each workflow,
  28. When browsing to your workflow's details (/admin/config/workflow/workflow/xxx),
  29. you'll find, for each workflow state, a new link called "Workflow field"
  30. in the "Actions" column. Click on it to administer fields' visibility
  31. for the desired workflow state.
  32. ********************************************************************