Hi, thanks for working on this.
Testing it on a node I get:
Fatal error: Call to undefined function plain_text() in sites/all/modules/1668578-3ae9112/domain_reference.module on line 86
The error appears after selecting a domain from the node edit page and trying to save the form. I am using a 'Select list' widget for the field selection btw.
Thanks!
Tim
Comments
Comment #1
mathieso commentedTim,
Try it now. plain_text() should be check_plain(). The latest version has the change. If it doesn't, let me know. I'm still unsure about using git.
I'm also working on a module called Domain roles, that allows you to set permissions on a per user/per domain basis.
Regards,
Kieran
Comment #2
Tim Jones Toronto commentedThanks Kieran - that did it :)
Will look at Domain Roles also. These are a nice set of DA utils btw.
Happy to help out on any testing etc.
Tim