Closed (won't fix)
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Issues
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2009 at 05:09 UTC
Updated:
5 Mar 2014 at 15:11 UTC
Jump to comment: Most recent
Comments
Comment #1
k8 commentedPermissions on editing description resolved, but still don't think that the role that can create comments should be able to change the issue title.
Comment #2
dwwChanging the issue fields via comments is exactly how this module is designed and written.
What you're asking for is a new feature to provide fine-grained permissions on which fields can be modified during a comment. This could actually be implemented via an external module just using hook_form_alter() (although this form is subject to change over at #542150: Make issue $node->project_issue[] namespace consistent so beware of that).
I'm not sure it's worth adding the extra code and complexity into the base module for this feature, but I'm willing to continue to discuss it if other project_issue users also need/want this functionality. Perhaps we could put in an add-on module included in the same release but not as part of project_issue itself...
Comment #3
k8 commentedReaddressing this: The issue title is what identifies the issue. Non-expert users should be able to comment on an issue but it doesn't make sense for the issue title to be changed at this level of non-expert information. So, still asking for a separate permissions re changing issue fields vs adding comments.
Comment #4
mgiffordI think we've gone a different way with this. Feel free to re-open.
Coming from https://drupal.org/node/1080550