Problem/Motivation

Currently book module does useless and fragile sorting of allowed types on per-language basis (BookSettingsForm::submitForm() & book_node_type_update())

Proposed resolution

Store and use the array always keyed and implement sorting of localized node type labels only before render for settings and views plugins

API changes

changes a structure of stored settings

Comments

alexpott’s picture

I don't think we should do this... the reason for the sorting is so that only when you diff CMI files we only see differences that matter.

alexpott’s picture

alexpott’s picture

Status: Postponed » Closed (won't fix)
klonos’s picture