As User 1, I receive a "Publish to field is required" error when trying to delete a unassigned node. Usually this is not a problem: I just check any domain assignment and proceed. However, I also have a content type which is not assignable to any domain (via Domain Content Types) so that it cannot be created/edited directly by users, while still being editable via Content Profile. As User 1, I cannot assign/delete those nodes via admin interface. Could the domain assignment check be removed from delete operations?

Comments

agentrickard’s picture

This is a stupid Drupal core bug, IMHO. There isn't much to be done about it except to form_alter() out the 'required' element of the form in some custom code.

The problem is that node validation runs even on DELETE. DA doesn't actually have anything to do with this process.

agentrickard’s picture

Project: Domain » Domain Content Types
Version: 6.x-2.7 » 6.x-1.x-dev
Category: support » bug

Moving this to the Domain Content Types queue. Since it erased the form options, it needs to erase the #required flag.

arvinsingla’s picture

Status: Active » Closed (fixed)

I have implemented a simple fix in beta5 that should resolve the issue