Skip to content

Corrected view cascading load order

Sam Sehnert requested to merge custom/features/am_view_load_order into custom/art_money

What I did

  • Now views, config, libraries, helpers and models load in the correct cascading orders.

Implications

  • View override order has changed. This should result in the correct views being loaded, but broken behaviour may be relied on for some views, so thorough testing is recommended.

Setup

None

How to test

Add some override views to verify the right ones win. Precedence should be as follows:

  1. application/views
  2. application/modules/module/views
  3. application/zon/module/views
  4. application/zon/views

Task: https://git.customd.com/artmoney/website/merge_requests/53#note_1871

Merge request reports