Assign reviewer from different groups at different stages of workflow in Plone

后端 未结 4 2096
一向
一向 2021-01-19 10:08

We are implementing Plone as a document management system in a hospital setting. In doing so, the review process asks for two review steps:

  1. where nursing staff
4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-19 10:39

    Instead of overloading the very simple built-in "Tags" field, you can also use Archetypes.Schemaextender to create a couple of custom fields (e.g. equipment, body part) that you can assign to each content item, then use those fields to assign the Nurse workflow to the right group of nurses and the Doctor workflow to the right group of Doctors, as described above.

提交回复
热议问题