Make runner tags selection read-only for users who are neither project maintainer nor owner
Description
This issue is a result of this conversation
There is an option for on-demand scans (new/edit form) to select runner tags via dropdown.
Now it is available for every user.
The result of this issue should be:
- User is an
owner
or amaintainer
-
New scan
-> User can seedropdown
, load list with tags and set it for scanner -
Edit scan
-> User can see previously saved tags, load list of tags and edit it
-
- User is neither
owner
normaintainer
-
New scan
-> User can't see dropdown with tags at all -
Edit scan
-> User can see previously saved tags as a text entry without editing functionality
-