While managing settings in the content type, if you don't restrict the list of allowed views, list of allowed views disappear from node_edit form.
In truth, the list is not empty. The returned list of allowed views has only one option (<empty>) and so by default it is selected.

The following patch should remove this problem.

Comments

Anclywen’s picture

Status: Active » Needs review
StatusFileSize
new833 bytes
Anclywen’s picture

StatusFileSize
new862 bytes

Coding standards

keithm’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new993 bytes

Confirming patch makes all views available when the list of allowed views is unrestricted.

Rerolled patch for latest dev.

keithm’s picture

Assigned: Anclywen » keithm
Priority: Major » Normal
keithm’s picture

Status: Reviewed & tested by the community » Closed (fixed)