Closed (works as designed)
Project:
Taxonomy Access Control Lite
Version:
6.x-1.6
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2012 at 07:36 UTC
Updated:
24 Jan 2014 at 23:20 UTC
Jump to comment: Most recent
Comments
Comment #1
nirvanajyothi commentedEnabling tac_lite create adds a new checkbox in the tac_lite settings of schemes.
" [] Visibility on create and edit forms
Show terms when creating content. This does not control which users can create a given content type. This does control which terms appear on the node edit forms.
Note that schemes granting update permission (above) imply visibility on forms as well."
Does the last line, "Note that schemes granting update permission (above) imply visibility on forms as well." mean it is the same as Update permission. In that case why would we need this module? Cant we just create and use a scheme with update permission.
Please let us know if we missed anything.
Thank you.
Comment #2
Dave Cohen commentedThe update permission will give a user the ability to edit a node. But it is not the only way a user has that permission. They might be able to edit via normal drupal permissions, or some other node_access module.
The visibility checkbox controls whether the term is visible to users who can edit the node.
This is intended to solve a problem a user does not have permission to see a term, but does have permission to edit the node. The problem is they save their changes and remove the term in the process, because the term did not appear on their form.
If you have a suggestion for a better way to explain this, let me know.