Hello DA Team,
I am developing new project by using DA, my site will have a lot of domains because of I will create for every user or every node. So the domains count may over hundreds.. If there are hundreds domains I cannot find the related domains easily when I creating content or editing user about domain issues. Can I use text field (like taxonomy term fields) instead of select box?

will you able to develop this option for new versions?
thank you very much for this great module.

Comments

agentrickard’s picture

This is actually in the Drupal 8 version, but a bit harder to do for D7.

In an AJAX widget, how would you handle multiple domain selection?

yenidem’s picture

you right about multiple domain selection, actually I could not think multiple domain assignation :)
And I also just discovered that we able to change domain list widget as select list, so it will be better than select box if we use a lot of domains.. the page will not be long.

thank you again for this great module.

agentrickard’s picture

I'm going to leave this open in case anyone wants to work on it.

For multiple selection, I would use the method used by Taxonomy.

Yuri’s picture

Issue summary: View changes

Any progress or alternatives here? I got 500 domains to manage.

agentrickard’s picture

You'd have to write a custom form option in D7, which I don't have time to do.