I would like to change the newform list so that only certain people
can see certain fields. For example people in the admin group can see
the assign to field in an issue list, but people in the member group
can only see title and summary.
I was thinking that I could somehow change schema.xml for the issues
list but not sure if this is the easiest/best way to go.
Has anyone else needed to do something like this? What did you do to
get what you wanted?