Is it possible to allow a user to administer domain settings for domains which they are assigned?

If not, any tips where I could/should start for building out a sub-module for this?

Comments

agentrickard’s picture

It should really be a patch for the core module, and this is why all the settings are now under 'admin/structure/domain/view'.

What we need, I think, are:

  • An alternate landing page for less-privileged users.
  • Menu access checks per domain.
  • A new permission for "Administer assigned domain settings.'
  • We may also need a version of that permission for each submodule.
matador’s picture

Issue summary: View changes

Has this feature been implemented or is it still underway? This is something I'm interested in as well.