Testing, Minimal, Standard items disappear on form load if "Platform access control" is set to admin on the platform I am wanting to set for the site, even though I am logged in as admin (uid 1).
You can see it in the video here:
http://dl.dropbox.com/u/57690/NewSite.mov
Unchecking admin in "Platform access control" stops the items from disappearing.
Comments
Comment #1
Anonymous (not verified) commentedThe issue here appears to be that uid 1 doesn't get added to the first client even if the client feature gets enabled later.
Whilst that's probably a bug in itself I think I will put a blanket rule in for uid 1, so they *always * have access as a 'superuser', even if they aren't granted 'access' in that checkbox there.
Arguments against that are welcome. I'm pretty sure it used to be like this though anyway
Comment #2
Anonymous (not verified) commentedI decided to actually fix that properly and insert a mapping of uid 1 to client 1 right on install. hook_update for those of you affected by it from previous installs.