If a node has been saved with the default domain (id 0) as its "source," the Domain Source field on the node edit form incorrectly defaults to whichever domain the form is accessed from.
| Comment | File | Size | Author |
|---|---|---|---|
| domain_source-form-default-value.patch | 909 bytes | biwashingtonial |
Comments
Comment #1
agentrickardNice catch. The current code doesn't account for id 0, so this applies to nodes assigned to the root domain. (Or course, those are typically edited from the root domain, which is why we never spotted this.)
Committed to HEAD.
Comment #2
agentrickardCommitted to D5 as well.