Skip to content

Maintain default data and implement app hooks

Nik | Klampfradler requested to merge maintain-default-data into master

This MR probably have been split int two MRs. While it started out fixing the issue with default data vanishing on demo-master, it grew to ensure all apps get an API for declaring default data on any model, and hardening to ensure apps don't do silly mistakes that lead to inobvious problems.

It now implements default hooks for apps to use in a simple manner.

Merge request reports