c# - How is it possible that an item is partial published while it is in a initial workflow step using Sitecore? -


for project i'm using sitecore workflows. have strange issue new created comment functionality workflows. new comments (submitted form on website visitor) linked workflow. there 3 workflow states:

  1. waiting approval
  2. approved
  3. rejected

three fields defined in comment template:

  1. name
  2. email
  3. message

the comment linked workflow in comment templates standard values. when run publish or full publish comment template field "name" , "email" published live website while comment in review state "waiting approval". did know how possible , how can fix this?

thanks lot.

jordy

my guess be, "name" , "email" fields marked "shared". if so, not versioned , therefore not parttake in workflow.

untick "shared", , mark them "versionable".


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -