Domain Access Support
Docc - March 5, 2009 - 08:42
| Project: | Node import |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Needed support for Domain Access. So here it is. Worked for me.
Regards
| Attachment | Size |
|---|---|
| domain.zip | 112 bytes |

#1
Is it just me, or is this zip file empty?
#2
auch, funny... Here`s a correct one.
#3
Great!
One comment (not having used domain module myself):
<?php'#default_value' => array(($_domain['domain_id'] == 0) ? -1 : $_domain['domain_id']), // Can't use 0 as a checkbox value.
?>
probably must be
'default_value'.#4
yes it does :)
#5
Added to CVS. Will be included in -rc5. Thanks!
#6
Automatically closed -- issue fixed for 2 weeks with no activity.