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

Anonymous’s picture

The issue here appears to be that uid 1 doesn't get added to the first client even if the client feature gets enabled later.

mysql> select * from hosting_client_user;
Empty set (0.00 sec)

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

Anonymous’s picture

Status: Active » Fixed

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 47114ba on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by mig5:
    #996578 - set uid 1 to client 1 in hosting_client_user on install, so...

  • Commit 47114ba on 6.x-2.x, 7.x-3.x, dev-ssl-ip-allocation-refactor, dev-sni, dev-helmo-3.x by mig5:
    #996578 - set uid 1 to client 1 in hosting_client_user on install, so...