Hi,

here just a simple patch to fix invalid static cache subs types.

First time we init subs types cache, we could only load one subs type if it was provided as argument and store it rather than all subs types).
In that way, if we try to load and render further subs, only first will be done and error occured in
subs controller buildContent() method (in #formatter property of the "types" field).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chaby’s picture

Status: Active » Needs review
FileSize
474 bytes
alexweber’s picture

Assigned: Unassigned » chaby
Status: Needs review » Reviewed & tested by the community

I've given you access, go ahead and commit it yourself :)

chaby’s picture

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

thanks, apply to the dev branch