But that's probably not going to happen any time soon.
I'll still hope this comes soon
I haven't managed to replicate an issue with it showing the default and the uploaded image. You'll have to give me exact steps to replicate, ie. exactly what permissions to set on it.
This has been solved as I mentioned in the previous reply.
While other elements show only the default image even after another image has been uploaded.
This is the persistent issue.
Let me try providing as much detail.
I copied the fileupload element(eleA) that works ok from the registration form (listA) to some other listB as eleB.
Note permissions::::
Permission on listA |
Permission on listB
Add Record - Guest | Add Record - SuperUser
Edit Record - SuperUser or Userid | Edit Record - SuperUser or Userid
Permission on eleA | Permission on eleB
Form Add - Registered | Form Add - SuperUser
Form Edit - SuperUser or Userid | Form Edit - SuperUser or Userid
Add/Edit on Form A
works ok Add/Edit on Form B
finnicky
Note: all userid element are public and hidden
What works for
eleB
Form Add - AccessLvlB (But I dont want form add at all - AND NO WORKAROUND

)
Form Edit - AccessLvlB (But I want only user edit record - CANEDIT ROW WORKAROUND)
I haven't really wrapped my head around this permission issue. I just noticed there are cases where the information view or add leaks so I decided to add permissions to all elements, list, groups to be on the safe side.
I dont know if I'm just being paranoid and causing more issues for myself by setting permissions everywhere.