So I'm developing an event management system at the moment where there are two user groups, "editors" and "attendees". By registering for an event, the SPUser is added to a list "attendeeList" which has the lookupfield "event". Works fine (using runwithelevatedprivileges for registering process) except this one thing:
On default.aspx, an attendee should have a List view webpart called "My Registrations" which should show the events he registered for. I did this via Standard List webpart from the default webparts collection in SP2010. (I should have mentioned that I was dumb and I saw that attendees shouldn't have access to attendeeList later on, so this worked before my access changes to group Attendees). My problem is: I get access denied for this List view webpart on default.aspx if an attendee logs in after doing my changes and I don't know how to change this.
Now my question: Is it possible to change the access for this view only? Preferrably without coding another visual webpart itself? I don't find such an option at the moment and hope it is out there and some of you could help me. If there's not, I hope there'll be another solution and it would be great if you could give me a hint.
Best regards, Dominik