Hi,

i am kind off misusing the Project and project_issue module for my purposes.
Now I run into a problem.
I do not want to allow all users to create new issues, but I do want them to be able to 'follow up' on an issue. At the moment it is only possible to have both at a time.
Is it possible to disentangle them?

thanks

Comments

dww’s picture

Version: 5.x-1.0 » 5.x-2.x-dev
Category: support » feature

Not as currently written. You'd have to patch the code for this, introduce a separate permission, etc.

meible’s picture

how much work would it be? do you know which functions I have to touch? I do not have any experience with module development but with a few hints I might be able to adapt it.